Skip to content

Instantly share code, notes, and snippets.

@gbhasha
Created December 13, 2012 08:44
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 gbhasha/4275037 to your computer and use it in GitHub Desktop.
Save gbhasha/4275037 to your computer and use it in GitHub Desktop.
Untitled
.block {
float: left;
width: 200px;
height: 200px;
}
.pink { background: #ee3e64; }
.blue { background: #44accf; }
.green { background: #b7d84b; }
<div class="block pink"></div>
<div class="block blue"></div>
<div class="block green"></div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment