Created
February 13, 2018 02:07
-
-
Save persianturtle/0121a1dfdda62206babf9e9144ecdf3e 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
body { | |
margin: 0; | |
font-family: Helvetica, Arial, sans-serif; | |
} | |
h1, h2, h3 { | |
font-weight: normal; | |
} | |
img { | |
display: block; | |
max-width: 100%; | |
} | |
a { | |
cursor: pointer; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment