CoolFace
Apppublic

Chronos234/test1

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes
styles.css23 linesDownload Raw Back to root
1* {2    margin: 0;3    padding: 0;4    box-sizing: border-box;5}6 7body {8    display: flex;9    justify-content: center;10    align-items: center;11    height: 100vh;12    background: #000;13    color: white;14}15 16#game-container {17    text-align: center;18}19 20canvas {21    border: 2px solid white;22    background: #111;23}