From 60e8ea4937db846e8a1a6a9b8ca42c8a38707935 Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Tue, 4 Jul 2023 15:19:58 +0000 Subject: [PATCH] Update style.css --- style.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index fed63e6..a947fee 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ html, body { height: 100%; margin: 0; padding: 0; - background: linear-gradient(to bottom, #eee 0%, #ddd 60%, #ccc 100%); + /* background: linear-gradient(to bottom, #eee 0%, #ddd 60%, #ccc 100%); */ background-size: auto; overflow: hidden; } @@ -35,13 +35,16 @@ section { position: relative; } -section::after{ - content: ''; - width: 100%; - height:0px; - position: absolute; - top: 50%; - box-shadow: 0px 0px 100px 20px black; +section::after { + content: ''; + width: 82%; + height: 0px; + position: absolute; + top: 59%; + box-shadow: 0px 0px 69px 15px black; + z-index: 0; + left: 10%; + opacity: 0.7; } /* SVG and h1 styling */