Update style.css

This commit is contained in:
Spencer Flagg 2023-07-04 15:11:35 +00:00
parent 0f76ccaea1
commit 7bfb726fd7

View file

@ -31,7 +31,17 @@ body {
} }
section { 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 */ /* SVG and h1 styling */
@ -47,12 +57,12 @@ h1 {
} }
h1:nth-of-type(1){ h1:nth-of-type(1){
font-size: 5vmin; font-size: 4vmin;
opacity: 0.6; opacity: 0.3;
margin-top: 3vmin; margin-top: 3vmin;
} }
h1:nth-of-type(2){ h1:nth-of-type(2){
font-size: 9.7vmin; font-size: 4vmin;
opacity: 0.1; opacity: 0.2;
} }