games/Tetris/style.css
hexahigh f738ccef4f e
2022-05-01 19:18:13 +02:00

18 lines
320 B
CSS

canvas {
display: block;
margin: auto;
border: 1px solid black;
}
#playbutton {
width: 100px;
height: 50px;
display: block;
margin: auto;
margin-top: 10px;
font-family: Arial, sans-serif;
font-size: 30px;
font-weight: bold;
background-color: white;
cursor: pointer;
}