Skip to content

Instantly share code, notes, and snippets.

@pamelafox
Created October 15, 2015 21:26
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 pamelafox/69f97167ba32e3473cda to your computer and use it in GitHub Desktop.
Save pamelafox/69f97167ba32e3473cda to your computer and use it in GitHub Desktop.
Hopper.css
body {
background: rgb(215, 250, 220);
font-family: sans-serif;
}
.header {
background-color: rgb(36, 89, 36);
color: white;
padding: 5px 10px;
}
.footer {
background-color: rgb(186, 222, 187);
padding: 6px;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment