Skip to content

Instantly share code, notes, and snippets.

@jccarlin56
Created October 25, 2013 14:23
Show Gist options
  • Select an option

  • Save jccarlin56/7155464 to your computer and use it in GitHub Desktop.

Select an option

Save jccarlin56/7155464 to your computer and use it in GitHub Desktop.
Set the background Colors From http://jdstiles.com/css/cssexamples.html
<style type="text/css">
body {background-color: yellow}
h1 {background-color: #00ff00}
h2 {background-color: transparent}
p {background-color: rgb(250,0,255)}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment