mirror of
https://github.com/clb92/simple-js-snake.git
synced 2025-12-06 01:32:03 +01:00
Score and lots of fixes. Audio works better, more drops on the board at the same time, and more.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
background-color: #333;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.error {
|
||||
@@ -34,6 +34,20 @@ html, body {
|
||||
-moz-transition: all .1s ease;
|
||||
}
|
||||
|
||||
#score {
|
||||
position: absolute;
|
||||
float: left;
|
||||
top: 6%;
|
||||
left: 4%;
|
||||
font-size: 20pt;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
z-index: 101;
|
||||
transition: all .5s ease;
|
||||
-webkit-transition: all .5s ease;
|
||||
-moz-transition: all .5s ease;
|
||||
}
|
||||
|
||||
#popup-text {
|
||||
position: absolute;
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user