Kingston_Pendrive/Suli/13.b/Frontend/Javascript/2024. 10. 08/css/style.css

7 lines
132 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;
}