6 lines
85 B
CSS
6 lines
85 B
CSS
.content {
|
|
position: relative;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|