5 lines
201 B
CSS
5 lines
201 B
CSS
|
/* you can include CSS here */
|
||
|
html, body {
|
||
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||
|
height: 100%;
|
||
|
}
|