Spaces:
Sleeping
Sleeping
File size: 473 Bytes
bf55753 cab1df1 7c0f537 cab1df1 7c0f537 cab1df1 7c0f537 cab1df1 bf55753 7c0f537 cab1df1 7c0f537 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
body {
font-family: Arial, sans-serif;
background: #222;
color: white;
text-align: center;
margin: 0;
padding: 0;
}
h1 {
margin: 20px;
}
#app {
display: flex;
flex-direction: column;
align-items: center;
margin: 20px;
}
canvas {
width: 800px;
height: 600px;
margin: 20px 0;
border: 2px solid white;
}
#controls {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
#answer {
margin-top: 20px;
font-size: 1.2em;
color: #0f0;
} |