Skip to content

Instantly share code, notes, and snippets.

@YannickFricke
Last active February 24, 2020 14:42
Show Gist options
  • Save YannickFricke/9ea3b5c2ff3f68793964a0269a620b1d to your computer and use it in GitHub Desktop.
Save YannickFricke/9ea3b5c2ff3f68793964a0269a620b1d to your computer and use it in GitHub Desktop.
Tailwind CSS responsive navbar
<div class="md:flex w-full text-center sm:mt-4 md:mt-0 md:p-4">
<div class="cursor-default text-lg font-bold">
My Brand name
</div>
<a href="/">Home</a>
<a href="/account">My account</a>
<a href="/settings">Settings</a>
<a href="/imprint">Imprint</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment