Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Created March 29, 2018 18:49
Show Gist options
  • Select an option

  • Save ratbeard/00dd16d96f5e744b4bb06d79d12a0bf4 to your computer and use it in GitHub Desktop.

Select an option

Save ratbeard/00dd16d96f5e744b4bb06d79d12a0bf4 to your computer and use it in GitHub Desktop.
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body ol, ul, li {
margin: 0;
padding: 0;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
outline: none;
}
body {
font-family: sans-serif;
line-height: 1.3;
}
button {
cursor: pointer;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment