Skip to content

Instantly share code, notes, and snippets.

@voidove
Last active November 24, 2016 09:48
Show Gist options
  • Save voidove/8920f02493cfb7519907c9cade0bf734 to your computer and use it in GitHub Desktop.
Save voidove/8920f02493cfb7519907c9cade0bf734 to your computer and use it in GitHub Desktop.
margin collapse
/**
* margin collapse
*/
ul {
background: red;
clear: both;
//overflow: hidden;
//border: 1px solid;
}
ul li{
list-style-type: none;
width: 40px;
height: 20px;
background-color: green;
margin: 20px;
}
ul li:last-child {
margin-top: 40px;
}
<ul>
<li>2</li>
<li>d</li>
<li>d</li>
</ul>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment