Skip to content

Instantly share code, notes, and snippets.

@trongthanh
Created May 15, 2013 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trongthanh/5582385 to your computer and use it in GitHub Desktop.
Save trongthanh/5582385 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 {
width: 200px;
height: 200px;
background: rgba(255,0,255, 0.2);
}
.box:nth-child(2) {
background: rgba(0,0,255, 0.2);
}
<!-- content to be placed inside <body>…</body> -->
<div class="box"></div>
<div class="box"></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