7 lines
134 B
CSS
7 lines
134 B
CSS
.main {
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
background-color: rgb(160, 149, 199);
|
|
} |