Skip to content

Instantly share code, notes, and snippets.

@zincplusplus
Created August 5, 2014 12:56
Show Gist options
  • Save zincplusplus/c83658967ecc1204913b to your computer and use it in GitHub Desktop.
Save zincplusplus/c83658967ecc1204913b to your computer and use it in GitHub Desktop.
Untitled
div {
width: 100px;
height: 100px;
margin-right: 10px;
float: left;
}
#red { background-color: rgb(255,0,0); }
#green { background-color: rgb(0,255,0); }
#blue { background-color: rgb(0,0, 255); }
<div id="red"></div>
<div id="green"></div>
<div id="blue"></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment