Skip to content

Instantly share code, notes, and snippets.

@voidove
Created November 25, 2016 04:18
Show Gist options
  • Save voidove/fbe630d913d7e241709e69241f358afb to your computer and use it in GitHub Desktop.
Save voidove/fbe630d913d7e241709e69241f358afb to your computer and use it in GitHub Desktop.
margin collapse
/**
* margin collapse
*/
ul {
background: red;
}
ul li{
list-style-type: none;
width: 40px;
height: 20px;
background-color: green;
margin: 20px;
}
<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