Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created November 16, 2012 21:36
Show Gist options
  • Select an option

  • Save gotoplanb/4091124 to your computer and use it in GitHub Desktop.

Select an option

Save gotoplanb/4091124 to your computer and use it in GitHub Desktop.
<style>
.pagename {
font-weight: bold;
text-transform: uppercase;
}
span.good {
color: #c1ffb5;
}
span.bad {
color: #fdacaa;
}
div.good {
background-color: #c1ffb5;
}
div.bad {
background-color: #fdacaa;
}
</style>
<p>Lorem <span class="pagename">diet</span> dolor sit amet, consectetur adipiscing elit. In quis urna sed purus <span class="good">bananas, rice and eggs</span>. quis ut ante. Suspendisse sit amet nunc <span class="bad">tomatoes and cheese</span> are bad.</p>
<div class="good">
<p>Everything here has a background color of green.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment