9 lines
141 B
CSS
9 lines
141 B
CSS
.App {
|
|
text-align: center;
|
|
padding: 2rem;
|
|
background-color: #121212;
|
|
min-height: 100vh;
|
|
color: white;
|
|
font-family: sans-serif;
|
|
}
|