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