12 lines
197 B
CSS
12 lines
197 B
CSS
#main{
|
|
width: 100wh;
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.title{
|
|
font-size: 20px;
|
|
color: #4A4C5B;
|
|
} |