Skip to content

Instantly share code, notes, and snippets.

@KKrisu
Created April 21, 2015 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KKrisu/e9f9f1046f88d725f4aa to your computer and use it in GitHub Desktop.
Save KKrisu/e9f9f1046f88d725f4aa to your computer and use it in GitHub Desktop.
CSS HTML tricks
<!-- To avoid spaces between inline-block elements and still have enter between them in the code. -->
<ul>
<li><!--
--></li>
<li><!--
--></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment