Update style.css
This commit is contained in:
parent
60e8ea4937
commit
5af78aa7ef
1 changed files with 7 additions and 5 deletions
12
style.css
12
style.css
|
|
@ -20,7 +20,7 @@ body::after {
|
|||
bottom: 0;
|
||||
right: 0;
|
||||
position: fixed;
|
||||
z-index: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
/* Center section */
|
||||
|
|
@ -51,6 +51,8 @@ section::after {
|
|||
svg {
|
||||
width: 55vmin;
|
||||
height: auto;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -60,12 +62,12 @@ h1 {
|
|||
}
|
||||
|
||||
h1:nth-of-type(1){
|
||||
font-size: 4vmin;
|
||||
opacity: 0.3;
|
||||
margin-top: 3vmin;
|
||||
font-size: 3.5vmin;
|
||||
opacity: 0.15;
|
||||
margin-top: 4vmin;
|
||||
}
|
||||
|
||||
h1:nth-of-type(2){
|
||||
font-size: 4vmin;
|
||||
font-size: 3.5vmin;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue