Skip to content

Instantly share code, notes, and snippets.

@edisonlz
Created February 17, 2012 01:34
Show Gist options
  • Save edisonlz/1849655 to your computer and use it in GitHub Desktop.
Save edisonlz/1849655 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
*/
body{
background: #f063;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
font-size: 20px;
line-height: 2em;
}
.left {float:left};
div.left {padding: 10px;auto;10px;auto;}
<!-- content to be placed inside <body>…</body> -->
<div>
<div class="left">1</div>
<div class="left">2</div>
<div class="left">3</div>
</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