mirror of
https://github.com/cmclark00/tetris-3d.git
synced 2025-05-18 07:35:55 +01:00
Add start level selector and fix hard drop piece disappearing bug
This commit is contained in:
parent
0f52dad8d4
commit
210a518ad5
3 changed files with 170 additions and 9 deletions
13
style.css
13
style.css
|
@ -385,8 +385,9 @@ canvas#tetris {
|
|||
/* Options menu styles */
|
||||
.option-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 15px 0;
|
||||
margin-bottom: 15px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -794,4 +795,14 @@ input[type=range]::-moz-range-thumb {
|
|||
.instructions-btn {
|
||||
margin-top: 15px;
|
||||
background: linear-gradient(45deg, #ff9900, #ff5500);
|
||||
}
|
||||
|
||||
.button-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.button-row .game-btn {
|
||||
margin: 0 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue