Skip to content

Instantly share code, notes, and snippets.

@jeef3
Created July 9, 2013 04:44
Show Gist options
  • Save jeef3/5954787 to your computer and use it in GitHub Desktop.
Save jeef3/5954787 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
*/
.box {
padding: 10px;
margin: 30px;
font-weight: bold;
font-family: sans-serif;
}
.text {
margin: 10px;
}
.box.red {
background: red;
}
.red {
color: red;
}
.box.blue {
background: blue;
}
.blue {
color: blue;
}
.box.green {
background: #00ff00;
}
.green {
color: #00ff00;
}
<div class="box red"><span class="text blue">blue</span><span class="text green">green</span></div>
<div class="box blue"><span class="text red">red</span><span class="text green">green</span></div>
<div class="box green"><span class="text blue">blue</span><span class="text red">red</span></div>
// alert('Hello world!');
{"view":"split-vertical","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