Files
tinyquiz/ui/static/home.css
2021-07-03 16:22:17 +02:00

24 lines
293 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;
}
.error {
color: red;
font-weight: bold;
}