Skip to content

Instantly share code, notes, and snippets.

@RSamaium
Created May 13, 2023 10:57
Show Gist options
  • Save RSamaium/057de276380b0e703e43b0cd23ed0c75 to your computer and use it in GitHub Desktop.
Save RSamaium/057de276380b0e703e43b0cd23ed0c75 to your computer and use it in GitHub Desktop.
Bard Generation
<link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.23/tailwind.min.css" rel="stylesheet" />
<header class="bg-blue-500">
<div class="container mx-auto flex justify-between items-center py-5">
<a href="/" class="text-white font-bold text-xl">My Website</a>
<nav class="flex items-center">
<a href="/about" class="text-white mr-8">About</a>
<a href="/contact" class="text-white">Contact</a>
</nav>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment