hydra-rce/style.css

10 lines
97 B
CSS

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
overflow: hidden;
}