9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
|
.content {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background-color: #0E0A10;
|
|
}
|