Skip to content

Instantly share code, notes, and snippets.

@yatil
Created December 26, 2013 17:59
Show Gist options
  • Save yatil/8136724 to your computer and use it in GitHub Desktop.
Save yatil/8136724 to your computer and use it in GitHub Desktop.
Untitled
body { font-family: sans-serif; font-size: 3em }
ul.inline li { display: inline; }
ul.inline li::before { content: '' ; }
ul.inline li::after { content: ', ' ; }
ul.inline li:nth-last-child(2)::after { content: ' &' ; }
ul.inline li:last-child::after { content: '.' ; }
<ul class="inline">
<li><a href="http://www.webcodeapp.com/">Webcode</a></li>
<li><a href="http://www.pixelmator.com/">Pixelmator</a></li>
<li><a href="http://flyingmeat.com/acorn/">Acorn</a></li>
</ul>
// alert('Hello world!');
{"view":"split","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