Spaces:
Runtime error
Runtime error
File size: 91 Bytes
a86df80 |
1 2 3 4 5 6 7 8 9 10 11 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,
body {
overflow: hidden;
}
|