mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 21:05:36 -04:00
feat: added gameplay
This commit is contained in:
parent
52e8b3c0b3
commit
75b99514de
3 changed files with 225 additions and 53 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue