Skip to content

Instantly share code, notes, and snippets.

@alexanderfrankel
Created May 23, 2014 00:42
Show Gist options
  • Save alexanderfrankel/443d4f492ddaab7b6c0c to your computer and use it in GitHub Desktop.
Save alexanderfrankel/443d4f492ddaab7b6c0c to your computer and use it in GitHub Desktop.
Untitled
#box1 {
background-color: blue;
height: 100px;
margin: 0;
width: 100px;
}
#box2 {
background-color: yellow;
height: 100px;
margin: 0;
width: 100px;
position: relative;
left: 100px;
}
#box3 {
background-color: red;
height: 100px;
margin: 0;
width: 100px;
}
<p id="box1"></p>
<p id="box2"></p>
<p id="box3"></p>
// alert('Hello world!');
{"view":"split","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