Skip to content

Instantly share code, notes, and snippets.

@plindberg
Created February 20, 2012 14:42
Show Gist options
  • Select an option

  • Save plindberg/1869517 to your computer and use it in GitHub Desktop.

Select an option

Save plindberg/1869517 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* 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;
}
<!-- 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>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment