Last active
August 29, 2015 14:08
-
-
Save tuolumne/8b3c089c1ac79d2878e4 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 | |
| */ | |
| #d1{ | |
| background: blue; | |
| width:400px; | |
| height:200px; | |
| position:relative; | |
| left:20px; | |
| top:20px | |
| } | |
| #title{ | |
| float:left; | |
| } | |
| #value{ | |
| float:right; | |
| } |
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 id="d1"> | |
| <div id="title">Title:</div><div id="value">This is a value</div> | |
| <div id="title">Title:</div><div id="value">This is a value</div> | |
| </div> | |
| <div id="d2">222</div> | |
| <div id="d3">333</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
| // 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":"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