Skip to content

Instantly share code, notes, and snippets.

@alwillis
alwillis / dabblet.css
Created August 31, 2015 06:27 — forked from anonymous/dabblet.css
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;
}