10 lines
113 B
CSS
10 lines
113 B
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
/* margin: 0; */
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
}
|