Created
October 30, 2014 18:54
-
-
Save tuolumne/7fe70b2670c47b62e250 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 | |
| */ | |
| #d0{ | |
| background: blue; | |
| oppacity:12%; | |
| } | |
| #d1{ | |
| background: blue; | |
| width:400px; | |
| height:200px; | |
| position:relative; | |
| left:20px; | |
| top:20px | |
| } | |
| .title{ | |
| float:left; | |
| } | |
| .value{ | |
| float:right; | |
| clear:both; | |
| } |
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="d0"><p>x</p></div> | |
| <div id="d1"> | |
| <div class="title">Title:</div><div class="value">This is a value</div> | |
| <div class="title">Title:</div><div class="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