11 lines
113 B
CSS
11 lines
113 B
CSS
|
html
|
||
|
{
|
||
|
font-family: Segoe UI, Frutiger, sans-serif;
|
||
|
width: 100%; height: 100%
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|