Created
April 21, 2015 10:58
-
-
Save KKrisu/e9f9f1046f88d725f4aa to your computer and use it in GitHub Desktop.
CSS HTML tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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