Kingston_Pendrive/Suli/13.b/Backend/Dolgozat_2024. 10. 21/css/style.css

12 lines
192 B
CSS
Raw Normal View History

2024-11-19 18:04:02 +00:00
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
flex-direction: column;
}
.container {
display: flex;
margin-bottom: 20px;
}