Skip to content

Instantly share code, notes, and snippets.

@martinos
Created May 21, 2013 17:01
Show Gist options
  • Save martinos/5621409 to your computer and use it in GitHub Desktop.
Save martinos/5621409 to your computer and use it in GitHub Desktop.
Untitled
div {
//background-color: #3f0;
}
#one {
width:100px;
height: 100px;
background-color: #A2D4F3;
}
#two {
width:100px;
height: 100px;
background-color: #D3D4F3;
}
#main{
border: solid;
}
<div id='main'>
<div id='one'>Container 1</div>
<div id='two'>Container 2</div>
</div>
<!-- content to be placed inside <body>…</body> -->
// 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