Created
May 18, 2013 17:23
-
-
Save jklm313/5605190 to your computer and use it in GitHub Desktop.
Untitled
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
| .bold { | |
| font-weight: bold; | |
| } | |
| [class='bold red'] { | |
| color: red; | |
| } | |
| [class='bold blue'] { | |
| color: blue; | |
| } | |
| [class='bold green'] { | |
| color: green; | |
| } | |
| @media(max-width: 600px) { | |
| .bold { | |
| color: black; | |
| } | |
| } |
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='bold red'>HELLO!</div> | |
| <div class='bold blue'>HELLO!</div> | |
| <div class='bold green'>HELLO!</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
| {"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment