Skip to content

Instantly share code, notes, and snippets.

@A
Created January 20, 2014 14:17
Show Gist options
  • Save A/8520619 to your computer and use it in GitHub Desktop.
Save A/8520619 to your computer and use it in GitHub Desktop.
margins
/**
* margins
*/
body {
background: #aeb;
}
.first, .second {
width: 200px;
height: 100px;
margin: 10px 0 0 10px;
}
.first {
background: #bae;
}
.second {
background: #eba;
}
<div class='first'></div>
<div class='second'></div>
// alert('Hello world!');
{"view":"separate","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment