updates
This commit is contained in:
@@ -15,6 +15,7 @@ html, body{
|
||||
height: 100%;
|
||||
background: black;
|
||||
color:white;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#screen{
|
||||
@@ -93,4 +94,8 @@ html, body{
|
||||
z-index: 1;
|
||||
font-size: 7vmin;
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
.click-to-continue:before {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -39,14 +39,13 @@
|
||||
.click-to-continue{
|
||||
|
||||
display:block;
|
||||
font-size: 10vmin;
|
||||
font-size: 8vmin;
|
||||
color:white;
|
||||
text-align: center;
|
||||
position:absolute;
|
||||
bottom:2%;
|
||||
width:100%;
|
||||
animation: toggleFade 1s infinite ease-out;
|
||||
-webkit-text-stroke-width: 2px;
|
||||
-webkit-text-stroke-color: black;
|
||||
z-index: 1;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user