11 lines
193 B
CSS
11 lines
193 B
CSS
body {
|
|
margin: 2rem;
|
|
/* height: 100vh; */
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
padding: 2rem;
|
|
gap: 1rem;
|
|
}
|