This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="font-serif"> | |
<div class="w-full py-10"> | |
<div class="w-2/3 mx-auto flex jus gap-7 navbar"> | |
<a href="#" class="active">Home</a> | |
<a href="#">Categories</a> | |
<a href="#">Contact</a> | |
<a href="#">About</a> | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="w-full h-screen bg-white dark:bg-gray-500"> | |
<nav class="p-8 text-center"> | |
<a href="#"> | |
<h1 class="text-3xl uppercase font-bold">Test Page</h1> | |
</a> | |
<ul class="mt-6"> | |
<li class="inline-block font-semibold"> | |
<a class="p-3 rounded transition duration-300 hover:border-yellow-500 border-2 border-transparent" href="#">Home</a> | |
</li> | |
<li class="inline-block"> |