Skip to content

Instantly share code, notes, and snippets.

@LennonSantos
Created April 26, 2016 17:27
Show Gist options
  • Save LennonSantos/e546b659b0a2cd1a77c3d1914117e522 to your computer and use it in GitHub Desktop.
Save LennonSantos/e546b659b0a2cd1a77c3d1914117e522 to your computer and use it in GitHub Desktop.
*{
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a{display: inline-block;}
body{ font-size: 62.5%; font-family: "arial", sans-serif; color: #555;}
img{border: 0; max-width: 100%;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment