10 lines
128 B
SCSS
10 lines
128 B
SCSS
.box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
page {
|
|
background-color: #efefef;
|
|
}
|