Skip to content

Instantly share code, notes, and snippets.

@zbendas
Created July 7, 2013 23:21
Show Gist options
  • Save zbendas/5945356 to your computer and use it in GitHub Desktop.
Save zbendas/5945356 to your computer and use it in GitHub Desktop.
Test dabblet
/**
Test dabblet
*/
#left{
float: left;
background-color: rgba(128, 128, 128, 0.5);
min-width: 400px;
min-height: 200px;
}
#right{
float: right;
background-color: rgba(128, 128, 128, 0.5);
min-width: 300px;
min-height: 150px;
}
body{
background-image: url('http://static.tumblr.com/19bde057e6dd321722accf1556c95933/njxnzue/04lmnwci5/tumblr_static_bc.jpg');
}
<!-- content to be placed inside <body>…</body> -->
<div id="left"></div>
<div id="right"></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