Created
September 10, 2014 11:37
-
-
Save jmwhittaker/0a207ffc3853eac2a97e 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
[st-text] { | |
font-family: helveticaNeue, helvetica; | |
font-size:14px; | |
color:blue; | |
} | |
[st-text~="fixed"] { font-size:8px } | |
[st-text~="fixed:18"] { font-size:18px } | |
[st-text~="fixed:11"] { font-size:11px } | |
[st-text~="red"] { color:red } | |
[st-text~="green"] { color:green } | |
[st-text~="uppercase"] { text-transform: uppercase } |
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 st-text>Hello World</p> | |
<p st-text="fixed 18">Hello World</p> | |
<p st-text="fixed 11 red">Hello World</p> | |
<p st-text="fixed 18 green uppercase">Hello World</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
// alert('Hello world!'); |
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":"split","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