From 7bfb726fd7087453d8a70a3dee0e7b678225c03b Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Tue, 4 Jul 2023 15:11:35 +0000 Subject: [PATCH] Update style.css --- style.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index be8ecd7..fed63e6 100644 --- a/style.css +++ b/style.css @@ -31,7 +31,17 @@ body { } section { - text-align: center; + text-align: left; + position: relative; +} + +section::after{ + content: ''; + width: 100%; + height:0px; + position: absolute; + top: 50%; + box-shadow: 0px 0px 100px 20px black; } /* SVG and h1 styling */ @@ -47,12 +57,12 @@ h1 { } h1:nth-of-type(1){ - font-size: 5vmin; - opacity: 0.6; + font-size: 4vmin; + opacity: 0.3; margin-top: 3vmin; } h1:nth-of-type(2){ - font-size: 9.7vmin; - opacity: 0.1; + font-size: 4vmin; + opacity: 0.2; }