7 lines
114 B
CSS
7 lines
114 B
CSS
body {
|
|
font-family: LiberationMono;
|
|
top: 5%;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
background-color: white;
|
|
}
|