Update style.css

This commit is contained in:
Spencer Flagg 2023-07-04 15:19:58 +00:00
parent 7bfb726fd7
commit 60e8ea4937

View file

@ -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{
section::after {
content: '';
width: 100%;
height:0px;
width: 82%;
height: 0px;
position: absolute;
top: 50%;
box-shadow: 0px 0px 100px 20px black;
top: 59%;
box-shadow: 0px 0px 69px 15px black;
z-index: 0;
left: 10%;
opacity: 0.7;
}
/* SVG and h1 styling */