Skip to content

Instantly share code, notes, and snippets.

@mattmccabe
Created June 13, 2012 06:37
Show Gist options
  • Select an option

  • Save mattmccabe/2922315 to your computer and use it in GitHub Desktop.

Select an option

Save mattmccabe/2922315 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: #f06;
background: linear-gradient(90deg, #000, #666);
min-height: 100%;
}
#container
{
width: 900px;
margin: 0 auto;
}
#top
{
background: #fff;
height: 300px;
}
#prevBed
{
width: 100px;
display: inline-block;
}
#nextBed
{
width: 100px;
display: inline-block;
}
#bedList
{
display: inline-block;
width: 600px;
}
}
.div1
{
color: #fff;
background: #000;
height: 120px;
width: 120px;
}
<div id="container">
<div id="top">
<div id="prevBed">Prev</div>
<div id="bedList">#1</div>
<div id="nextBed">Next</div>
</div>
<div id="bottom">
<div id="square"></div>
<div id="history"></div>
</div>
</div>
{"view":"split","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