5 lines
89 B
CSS
5 lines
89 B
CSS
.centercontents {
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto
|
|
} |