11 lines
121 B
SCSS
11 lines
121 B
SCSS
![]() |
.App {
|
||
|
text-align: center;
|
||
|
display: flex;
|
||
|
background: #131826;
|
||
|
}
|
||
|
body {
|
||
|
background: #131826;
|
||
|
height: 100vh;
|
||
|
}
|
||
|
|