7 lines
58 B
CSS
7 lines
58 B
CSS
|
|
html, body {
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
margin: 8px;
|
||
|
|
}
|