Skip to content

Instantly share code, notes, and snippets.

@jumpy-jack
Created February 20, 2015 13:00
Show Gist options
  • Save jumpy-jack/61e47799a8758f4410e3 to your computer and use it in GitHub Desktop.
Save jumpy-jack/61e47799a8758f4410e3 to your computer and use it in GitHub Desktop.
h1 {
color: green;
}
ul li {
color: purple;
}
ul {
color: pink;
}
b {
color: red;
}
u {
color: blue;
}
<h1>Hello World</h1>
<ul>
<li>Hello</li>
World
</ul>
<b>Hello</b> <u>World</u>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment