Skip to content

Instantly share code, notes, and snippets.

@Xavka
Last active August 29, 2015 14:26
Show Gist options
  • Save Xavka/fa5a64af2c09d3e94ced to your computer and use it in GitHub Desktop.
Save Xavka/fa5a64af2c09d3e94ced to your computer and use it in GitHub Desktop.
p {
color: black;
background-color: white;
}
div.warning p {
color: red;
}
div#caution p {
color: yellow;
}
body#home .container p {
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment