Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Last active June 9, 2018 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/ecc9c3b0726f5d0042afbdb3caa33fb7 to your computer and use it in GitHub Desktop.
Save ssougnez/ecc9c3b0726f5d0042afbdb3caa33fb7 to your computer and use it in GitHub Desktop.
*, *::after, *::before {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment