Created
January 26, 2017 02:36
-
-
Save theycallmeswift/78ffc7ae39ebdd8e88a0e0fe19c9b395 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: black; | |
color: white; | |
} | |
div.container { | |
max-width: 500px; | |
margin: 100px auto; | |
border: 20px solid white; | |
padding: 10px; | |
text-align: center; | |
} | |
h4 { | |
text-transform: uppercase; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment