12 lines
137 B
CSS
12 lines
137 B
CSS
|
main {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
|
||
|
height: 100vh;
|
||
|
}
|
||
|
|
||
|
section {
|
||
|
max-width: 768px;
|
||
|
}
|