Skip to content

Instantly share code, notes, and snippets.

@ekanna
Last active June 13, 2018 19:50
Show Gist options
  • Save ekanna/b90b3e64eaf5f166c2207984eb360a8f to your computer and use it in GitHub Desktop.
Save ekanna/b90b3e64eaf5f166c2207984eb360a8f to your computer and use it in GitHub Desktop.
/* https://github.com/vladocar/CSS-Micro-Reset */
* {box-sizing: border-box}
body { margin: 0 }
h1, h2, h3, h4, h5, h6 { font-weight:normal }
table {
border-collapse: collapse;
border-spacing: 0
}
th, td {
text-align: left;
vertical-align: top
}
img, iframe { border: 0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment