Skip to content

Instantly share code, notes, and snippets.

@raphamorim
Created August 6, 2016 14:46
Show Gist options
  • Save raphamorim/2384fddbea5fc3d2635a6e23558f8248 to your computer and use it in GitHub Desktop.
Save raphamorim/2384fddbea5fc3d2635a6e23558f8248 to your computer and use it in GitHub Desktop.
/* reset */
* {
padding: 0;
margin: 0;
border: 0;
outline: 0;
font-size: 100%;
line-height: 1em;
list-style: none;
text-decoration: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
main:after,
nav:after,
footer:after,
header:after,
section:after,
form:after,
div:after,
ul:after,
ol:after,
li:after,
dl:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
overflow: hidden;
}
hr {display: none;}
p {line-height: 1.5em;}
b, strong {font-weight: bold;}
a {text-decoration: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment