Skip to content

Instantly share code, notes, and snippets.

@zackseuberling
Created February 4, 2013 04:06
Show Gist options
  • Select an option

  • Save zackseuberling/4704965 to your computer and use it in GitHub Desktop.

Select an option

Save zackseuberling/4704965 to your computer and use it in GitHub Desktop.
Attributes and values
body {
background-color: maroon;
}
#container {
border-color: black;
border-style: solid;
border-width: 5px;
margin: 10px;
padding: 10px;
}
.row {
background-color: teal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment