Skip to content

Instantly share code, notes, and snippets.

@dlordi
Last active March 16, 2020 17:06
Show Gist options
  • Save dlordi/4a85a1be5d04aa6a0d16491bdb98dc83 to your computer and use it in GitHub Desktop.
Save dlordi/4a85a1be5d04aa6a0d16491bdb98dc83 to your computer and use it in GitHub Desktop.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment