mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
18 lines
320 B
CSS
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;
|
|
} |