Files
fxl.codes.Weather/www/styles.css
T

12 lines
125 B
CSS

html,
body {
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
}
body canvas {
height: 100%;
width: 100%;
}