Skip to content

Instantly share code, notes, and snippets.

@excalliburbd
Last active September 28, 2015 09:40
Show Gist options
  • Select an option

  • Save excalliburbd/ab3302b1bf5984e82884 to your computer and use it in GitHub Desktop.

Select an option

Save excalliburbd/ab3302b1bf5984e82884 to your computer and use it in GitHub Desktop.
QjGrpW
<p id="first">
<strong class="carrot">C</strong>ascading
<strong class="spinach">S</strong>tyle
<strong class="spinach">S</strong>heets
</p>
<p id="second">
<strong>C</strong>ascading
<strong>S</strong>tyle
<strong>S</strong>heets
</p>
strong { color: red; }
.carrot { color: orange; }
.spinach { color: green; }
#first { font-style: italic; }
p {color:blue;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment