feat: added gameplay

This commit is contained in:
Smigz 2023-12-13 16:15:21 -05:00
parent 52e8b3c0b3
commit 75b99514de
3 changed files with 225 additions and 53 deletions

View file

@ -0,0 +1,22 @@
:root {
font-size: 16px;
}
body,html {
width: 100vw;
margin: 0;
padding: 0;
}
header h1 {
font-size: 2rem;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}