Skip to content

Instantly share code, notes, and snippets.

@MikeShi42
Created August 13, 2018 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeShi42/1734e4c0e5cf5e01c7980f49a26f5cec to your computer and use it in GitHub Desktop.
Save MikeShi42/1734e4c0e5cf5e01c7980f49a26f5cec to your computer and use it in GitHub Desktop.
@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