Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created April 6, 2012 07:49
Show Gist options
  • Select an option

  • Save LeaVerou/2317991 to your computer and use it in GitHub Desktop.

Select an option

Save LeaVerou/2317991 to your computer and use it in GitHub Desktop.
White space collapsing playground
/**
* White space collapsing playground
*/
div {
display: inline-block;
width: 50px; height: 50px;
background: gold;
}
<div>a</div>&#x200B;
<div>b</div>&#x200B;
<div>c</div>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment