9 lines
126 B
CSS
9 lines
126 B
CSS
.content {
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: auto;
|
|
width: 75%;
|
|
text-align: center;
|
|
}
|
|
|