6 lines
107 B
CSS
6 lines
107 B
CSS
|
.center {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
margin-top: 1.5em;
|
||
|
margin-bottom: 1.5em;
|
||
|
}
|