Skip to content

Instantly share code, notes, and snippets.

@voidove
Forked from anonymous/dabblet.css
Last active August 29, 2015 14:13
Show Gist options
  • Save voidove/3c42703d2bb9b4f781d0 to your computer and use it in GitHub Desktop.
Save voidove/3c42703d2bb9b4f781d0 to your computer and use it in GitHub Desktop.
div
/**
* div
*/
.box-set {
background: #e8eae9;
color:#fff;
}
.box {
background: #8ec63f;
height: 80px;
width: 80px;
border-radius: 5px;
line-height:80px;
text-align:center;
}
<div class="box-set">
<div class="box box-1">Box 1</div>
<div class="box">Box 2</div>
<div class="box">Box 3</div>
</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