Update style.css
This commit is contained in:
parent
7bfb726fd7
commit
60e8ea4937
1 changed files with 11 additions and 8 deletions
15
style.css
15
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{
|
||||
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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue