Skip to content

Instantly share code, notes, and snippets.

@tuolumne
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save tuolumne/8b3c089c1ac79d2878e4 to your computer and use it in GitHub Desktop.

Select an option

Save tuolumne/8b3c089c1ac79d2878e4 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
*/
#d1{
background: blue;
width:400px;
height:200px;
position:relative;
left:20px;
top:20px
}
#title{
float:left;
}
#value{
float:right;
}
<div id="d1">
<div id="title">Title:</div><div id="value">This is a value</div>
<div id="title">Title:</div><div id="value">This is a value</div>
</div>
&lt;div id="d2">222</div>
<div id="d3">333</div>
// alert('Hello world!');
{"view":"separate","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