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; }