source for lucas.co
improvements
index.html | 12 +++++++++---
styles.css | 13 +++++--------
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/index.html b/index.html
index 039b2c5..b1a9d30 100644
--- a/index.html
+++ b/index.html
@@ -4,12 +4,18 @@
<head>
<link rel="stylesheet" href="styles.css">
- <title>Homepage (─‿‿─)</title>
+ <title>
+ Homepage (─‿‿─)
+ </title>
</head>
<body>
- <div class="title">Lucas Galante</div>
- <div class="whitebox"></div>
+ <!-- <div class="title">Lucas Galante</div> -->
+ <div class="whitebox">
+ <div class="title">
+ Lucas Galante
+ </div>
+ </div>
<div class="boxx">
<img src="horny.gif" class="myimg">
</div>
diff --git a/styles.css b/styles.css
index 8153628..3c51865 100644
--- a/styles.css
+++ b/styles.css
@@ -2,19 +2,16 @@
--width1: 11%;
--height1: 65%;
--height2: 63%;
- --top1: 3%;
+ --top1: 1%;
--top2: 5%;
--bottom1: 3%;
--side1: 20%;
}
.title {
- position: absolute;
- margin-top: 0%;
- font-size: 1.8vw;
- margin-left: var(--side1);
- z-index: 3;
+ font-size: 1.7vw;
+ margin-top: .5vw;
+ margin-left: .5vw;
}
-
.myimg {
object-fit: contain;
width: 100%;
@@ -33,7 +30,7 @@
position: absolute;
top: 0%;
left: var(--side1);
- height: 3vw;
+ height: 3.3vw;
width: var(--width1);
background-color: white;
z-index: 2;