Scalable game canvas

This commit is contained in:
LoveEevee
2018-09-09 07:09:15 +03:00
parent a05787d8e1
commit 1d67575b66
5 changed files with 89 additions and 31 deletions

View File

@@ -28,14 +28,14 @@
width: 90%;
height: 25%;
display: block;
margin: auto auto 30px;
margin: 0 auto;
cursor: pointer;
border:5px solid #ae7a26;
border:.5vmin solid #ae7a26;
background: rgb(255, 255, 255);
color: black;
font-family: TnT;
font-size: 5vmin;
border-radius: 10px;
font-size: 3.5vmin;
border-radius: 1.5vmin;
}
#pause-menu button:hover{