Created
November 30, 2012 14:52
-
-
Save anonymous/4176215 to your computer and use it in GitHub Desktop.
Example: double mixed underline
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
/** | |
* Example: double mixed underline | |
*/ | |
ul li {list-style:none;float:left;} | |
ul.prova li:after { | |
content: '//'; | |
padding:0 5px; | |
color:grey; | |
} | |
ul.prova li:last-child:after { | |
content: ''; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<ul class="prova"> | |
<li>Home</li> | |
<li>Contatti</li> | |
</ul> | |
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
{"view":"split-vertical","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