Created
April 26, 2016 17:27
-
-
Save LennonSantos/e546b659b0a2cd1a77c3d1914117e522 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*{ | |
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