szoe-pontok/static/assets/screen.css

16 lines
276 B
CSS
Raw Permalink Normal View History

body{
background-color: aliceblue;
font-family: "Comic Sans MS", Arial, sans-serif;
font-size: 2rem;
text-align: center;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
flex-direction: column;
}