17 lines
135 B
SCSS
17 lines
135 B
SCSS
|
|
|
|
body{
|
|
background-color: #283643;
|
|
}
|
|
main{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
row-gap: 20px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|