From a7bb23b1c07d4827f464edb1163e60b746521357 Mon Sep 17 00:00:00 2001 From: Mohammed Yayah Date: Sat, 27 Oct 2018 14:18:05 +0100 Subject: [PATCH] Added author as footer --- index.html | 4 ++++ styles.css | 13 +++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e6225dc..49798cd 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,11 @@

+
+ By Robert Greene +
+ diff --git a/styles.css b/styles.css index b52adca..f54a692 100644 --- a/styles.css +++ b/styles.css @@ -18,10 +18,10 @@ body { .container{ position: absolute; top: 40%; - margin-top: -200px; + margin-top: -150px; left: 50%; margin-left: -25%; - width: 45%; + width: 50%; height: 400px; font-weight: 100; } @@ -62,4 +62,13 @@ body { #id { font-size: 125px; font-weight: 300; +} +#author{ + color:#2980b9; + background-color: #ffffff; + padding: 5px; + position: absolute; + margin-top: 450px; + font-size: 25px; + margin-left: 500px; } \ No newline at end of file