Skip to content

Instantly share code, notes, and snippets.

@tance77
Created June 18, 2019 17:52
Show Gist options
  • Save tance77/d96a396c70e779793055a3b1a5a659f0 to your computer and use it in GitHub Desktop.
Save tance77/d96a396c70e779793055a3b1a5a659f0 to your computer and use it in GitHub Desktop.
<div class="flex flex-col min-h-screen">
<header class="w-full h-16 bg-blue-500">Nav</header>
<div class="flex-grow bg-green-500">Content</div>
<footer class="w-full justify-end bg-orange-500">Footer</footer>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment