Files
tinyquiz/ui/static/home.css
Vojtěch Káně 28e22e3422 Initial commit
2020-12-03 23:07:44 +01:00

19 lines
278 B
CSS

main {
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
min-height: 100vh;
}
section {
border: 2px solid black;
margin: 2rem;
padding: 1rem;
}
#join, #play, #new {
display: flex;
flex-direction: column;
}