This commit is contained in:
Bui
2018-08-07 16:27:10 +01:00
parent 9e60cf0fee
commit e80d9bf605
5 changed files with 21 additions and 13 deletions

View File

@@ -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%;
}

View File

@@ -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;
}