pixelass's picture
feat: initial prototype
a86df80 unverified
raw
history blame
91 Bytes
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,
body {
overflow: hidden;
}