Skip to content

Instantly share code, notes, and snippets.

@James-ONeill
Last active December 19, 2017 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save James-ONeill/5bbfe1ed6dfa0ffbb2830c96226f0fd2 to your computer and use it in GitHub Desktop.
Save James-ONeill/5bbfe1ed6dfa0ffbb2830c96226f0fd2 to your computer and use it in GitHub Desktop.
90 Degree Nav
<div class="h-screen w-16 bg-black flex items-center justify-center">
<ul class="list-reset text-white flex" style="transform: rotate(-90deg)">
<li>Facebook</li>
<li>Twitter</li>
<li>Myspace?</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment