Kingston_Pendrive/Suli/13.b/Backend/Dolgozat_2024. 10. 21/css/style.css
2024-11-19 19:04:02 +01:00

12 lines
192 B
CSS

body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
flex-direction: column;
}
.container {
display: flex;
margin-bottom: 20px;
}