10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
|
|
.content {
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background-color: #0E0A10FF;
|
|
}
|