Created
February 20, 2012 14:42
-
-
Save plindberg/1869517 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 | |
| */ | |
| #o { | |
| border: 5px solid red; | |
| display: inline-block; | |
| border-radius: 10px; | |
| } | |
| #w { | |
| display: table; | |
| width: 400px; | |
| } | |
| #a { | |
| display: table-cell; | |
| border:1px solid blue; | |
| width: 130px; | |
| } | |
| #b { | |
| display: table-cell; | |
| border:1px solid red; | |
| } | |
| #bi { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| } | |
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
| <!-- content to be placed inside <body>…</body> --> | |
| <div id=o><div id=w> | |
| <div id=a><img src=http://0.0.0.0:5000/assets/logo53x53.png></div> | |
| <div id=b></div> | |
| </div></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":"split","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment