Skip to content

Instantly share code, notes, and snippets.

Created August 28, 2015 08:44
Show Gist options
  • Save anonymous/72177e899b5b2e2c7959 to your computer and use it in GitHub Desktop.
Save anonymous/72177e899b5b2e2c7959 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
nav {
display: flex;
}
a:nth-of-type(2) {
order: -1;
}
<!-- content to be placed inside <body>…</body> -->
<nav>
<a href="http://vasilis.nl">Link 1</a>
<a href="http://vasilis.nl">Link 2</a>
<a href="http://vasilis.nl">Link 3</a>
</nav>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment