Skip to content

Instantly share code, notes, and snippets.

@alwillis
Forked from anonymous/dabblet.css
Created August 31, 2015 06:27
Show Gist options
  • Save alwillis/a16fd8dc7b6fffd349c0 to your computer and use it in GitHub Desktop.
Save alwillis/a16fd8dc7b6fffd349c0 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-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