Created
December 26, 2013 17:59
-
-
Save yatil/8136724 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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
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: '.' ; } |
This file contains 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
<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> |
This file contains 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
// alert('Hello world!'); |
This file contains 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","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