2019-05-04 13:51:09 +08:00

9 lines
114 B
CSS

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