Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wouterverweirder
Created October 16, 2013 14:04
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 wouterverweirder/7008291 to your computer and use it in GitHub Desktop.
Save wouterverweirder/7008291 to your computer and use it in GitHub Desktop.
Untitled
.redbox {
width: 100px;
height: 100px;
border-style: solid;
background-color: red;
}
.bluebox {
width: 100px;
height: 100px;
border-style: solid;
background-color: blue;
}
<div class="redbox"></div>
<div class="redbox"></div>
<div class="bluebox"></div>
// alert('Hello world!');
{"view":"separate","fontsize":"140","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment