10 lines
No EOL
176 B
CSS
10 lines
No EOL
176 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
max-width: 100vw;
|
|
padding: 0;
|
|
margin: 0;
|
|
background: var(--bg-light-gray);
|
|
} |