Created
November 16, 2012 21:36
-
-
Save gotoplanb/4091124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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