13 lines
142 B
CSS
13 lines
142 B
CSS
![]() |
body {
|
||
|
font-size: 11px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
html,
|
||
|
body {
|
||
|
background: #5C7080;
|
||
|
height: 100%;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|