Last active
October 23, 2017 20:59
-
-
Save manbearwolf/1139aa7ae37d666ed5a804c07e69630b to your computer and use it in GitHub Desktop.
Custom Classes Code Snippet 1 (Above/Before "]]></b:skin>")
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
| <div class="custom1"> | |
| Testing Red Text</div> |
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
| .custom1 { | |
| color: red;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment