A Pen by Sk. Imtiaz Ahmed on CodePen.
Last active
September 28, 2015 09:40
-
-
Save excalliburbd/ab3302b1bf5984e82884 to your computer and use it in GitHub Desktop.
QjGrpW
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
| <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> |
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
| 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