5 lines
63 B
CSS
5 lines
63 B
CSS
|
body {
|
||
|
width: 60em;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|