source for lucas.co
Figuring things out
index.html | 5 +++--
styles.css | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 1c5e837..79b45a4 100644
--- a/index.html
+++ b/index.html
@@ -4,11 +4,12 @@
<head>
<link rel = "stylesheet" href = "styles.css">
- <title>(─‿‿─) Homepage</title>
+ <title>Homepage (─‿‿─)</title>
</head>
<body>
- <img src = "magic.gif" class="box">
+ <h class="h1">Lucas Galante</h>
+ <img src = "magic.gif" class="box">
</body>
</html>
diff --git a/styles.css b/styles.css
index 6f40fbc..4548552 100644
--- a/styles.css
+++ b/styles.css
@@ -5,11 +5,13 @@
text-align: center;
border: 1px solid black;
}
+.h1 {
+}
.box {
display: block;
border: 1px solid black;
margin: auto;
- margin-top: 25%;
+ margin-top: 30px;
padding: 10px;
}