Skip to content

Instantly share code, notes, and snippets.

@edisonlz
Created February 19, 2012 12:20
Show Gist options
  • Save edisonlz/1863517 to your computer and use it in GitHub Desktop.
Save edisonlz/1863517 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
*/
div {border:1px;border-color:#ECE}
div#one p{display:inline;width:50px}
div#two p{display:block}
div#three p{display:inline-block;width:50px}
<!-- content to be placed inside <body>…</body> -->
<div id="one">--------------<p>one block</p>----------------</div>
<div id="two">--------------<p>two inline</p>----------------</div>
<div id="three">----------<p>three inline-block</p>--------</div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment