From d032e778c49047855b49b361baa41aad9078c81b Mon Sep 17 00:00:00 2001 From: edpibu Date: Mon, 21 Dec 2020 08:35:40 +0100 Subject: [PATCH] Modified page layout, added github, added shadows --- css/index.css | 9 ++++++--- index.html | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/css/index.css b/css/index.css index 1a197c5..15645f2 100644 --- a/css/index.css +++ b/css/index.css @@ -12,14 +12,17 @@ .left { text-align: center; top: 0; - bottom: 40%; + bottom: 60%; + box-shadow: 0 0 2em black; + z-index: 100; } .right { - top: 60%; + top: 40%; bottom: 0; background: url("../images/pic1.jpg"); background-size: cover; background-position: center; + z-index: 1; } .left h1 { @@ -46,7 +49,7 @@ footer { position: absolute; bottom: 0; width: 100%; - background: black; + background: #000000de; color: #ffffffde; text-align: center; } diff --git a/index.html b/index.html index a80b4dc..ef786dd 100644 --- a/index.html +++ b/index.html @@ -30,17 +30,20 @@

Edgar P.

Burkhart

+
+
-
-
+