9 lines
132 B
CSS
9 lines
132 B
CSS
main {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
/* padding: 2rem; */
|
|
}
|