Skip to content

Instantly share code, notes, and snippets.

@sergioccrr
Created February 5, 2014 16:15
Show Gist options
  • Save sergioccrr/8827201 to your computer and use it in GitHub Desktop.
Save sergioccrr/8827201 to your computer and use it in GitHub Desktop.
* {
margin: 0;
padding: 0;
outline: none;
}
html {
min-height: 100%;
overflow-y: scroll;
}
body {
font-family: 'Helvetica', 'Arial', sans-serif;
}
a {
color: inherit;
}
img {
border: none;
}
ul {
list-style-type: none;
}
table {
border-collapse: collapse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment