Update style.css
This commit is contained in:
parent
7bfb726fd7
commit
60e8ea4937
1 changed files with 11 additions and 8 deletions
19
style.css
19
style.css
|
|
@ -6,7 +6,7 @@ html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 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;
|
background-size: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
@ -35,13 +35,16 @@ section {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
section::after{
|
section::after {
|
||||||
content: '';
|
content: '';
|
||||||
width: 100%;
|
width: 82%;
|
||||||
height:0px;
|
height: 0px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 59%;
|
||||||
box-shadow: 0px 0px 100px 20px black;
|
box-shadow: 0px 0px 69px 15px black;
|
||||||
|
z-index: 0;
|
||||||
|
left: 10%;
|
||||||
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SVG and h1 styling */
|
/* SVG and h1 styling */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue