Skip to content

Instantly share code, notes, and snippets.

@gustaff-weldon
Created November 27, 2013 12:06
Show Gist options
  • Save gustaff-weldon/7674643 to your computer and use it in GitHub Desktop.
Save gustaff-weldon/7674643 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
*/
.container {
background: red;
/*border: 1px solid;*/
/*overflow: auto;*/
margin-bottom: 20px;
}
.box {
height: 50px;
background: green;
margin-bottom: 20px;
color: white;
}
<div class="container">
<div class="box">BOX</div>
</div>
<div class="container">
<div class="box">BOX</div>
</div>
// alert('Hello world!');
{"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