Update style.css
This commit is contained in:
parent
0f76ccaea1
commit
7bfb726fd7
1 changed files with 15 additions and 5 deletions
20
style.css
20
style.css
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue