Skip to content

Instantly share code, notes, and snippets.

@tuolumne
Created October 30, 2014 18:54
Show Gist options
  • Select an option

  • Save tuolumne/7fe70b2670c47b62e250 to your computer and use it in GitHub Desktop.

Select an option

Save tuolumne/7fe70b2670c47b62e250 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
*/
#d0{
background: blue;
oppacity:12%;
}
#d1{
background: blue;
width:400px;
height:200px;
position:relative;
left:20px;
top:20px
}
.title{
float:left;
}
.value{
float:right;
clear:both;
}
<div id="d0"><p>x</p></div>
<div id="d1">
<div class="title">Title:</div><div class="value">This is a value</div>
<div class="title">Title:</div><div class="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