Last active
February 27, 2017 17:47
-
-
Save banzalik/9e4c0fa50c16ba8d03bd20b48045da0e to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| chip { | |
| box-shadow: inset 0 0 0 2px green; | |
| border-radius: 50px; | |
| display: inline-block; | |
| background: orange; | |
| } | |
| user { | |
| padding: 10px | |
| } | |
| left-icon { | |
| border-radius: 50px 0 0 50px; | |
| box-shadow: inset 0 0 0 2px yellow; | |
| background: blue; | |
| display: inline-block; | |
| padding: 10px | |
| } | |
| right-icon { | |
| border-radius: 0 50px 50px 0; | |
| box-shadow: inset 0 0 0 2px red; | |
| background: pink; | |
| display: inline-block; | |
| padding: 10px | |
| } |
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
| <chip><left-icon> </left-icon><user>User</user><right-icon>looong text support</right-icon></chip> |
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