Created
January 4, 2019 23:39
-
-
Save Nedson202/04d97c7c95c9468520577c5fa9904433 to your computer and use it in GitHub Desktop.
This file contains hidden or 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; | |
padding: 0; | |
font-family: Georgia, 'Times New Roman', Times, serif; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
text-align: center; | |
} | |
code { | |
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", | |
monospace; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment