Created
August 13, 2018 17:49
-
-
Save MikeShi42/1734e4c0e5cf5e01c7980f49a26f5cec 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
@import url(fonts/clear-sans.css); | |
/* Styling to make the message containers look nice */ | |
.message-container { | |
background: #8e7967; | |
color: white; | |
text-align: center; | |
padding: 1em; | |
margin: 1em; | |
font-weight: bold; | |
font-size: 1.2em; | |
} | |
html, body { | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment