Skip to content

Instantly share code, notes, and snippets.

Created December 13, 2012 03:40
Show Gist options
  • Save anonymous/4273838 to your computer and use it in GitHub Desktop.
Save anonymous/4273838 to your computer and use it in GitHub Desktop.
Untitled
* {
margin: 0;
padding: 0;
}
body: {
margin: 0;
padding: 0;
}
div {
border: 2px solid;
width: 80%;
text-align:center;
}
div div {
display:inline-block;
border: 0px solid;
width: 100px;
height:100px;
background:hotpink;
}
<div>
<div></div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment