12 lines
192 B
CSS
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;
|
|
} |