Last active
March 16, 2018 06:34
-
-
Save summerscope/0711b00b2af189a4430a5bf1258de66e 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 { | |
| background-color: black; | |
| color: #DBFF33; | |
| } | |
| main { | |
| max-width: 800px; | |
| margin: auto; | |
| } | |
| h1 { | |
| color: #33FFBD; | |
| font-family: "Lucida Bright", Georgia, serif; | |
| } | |
| img { | |
| border: 10px solid #ccc; | |
| margin: auto; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment