first commit
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">CATEGORIES</h2>
|
||||
<nav class="list-none mb-10">
|
||||
<li>
|
||||
<a class="text-gray-600 hover:text-gray-800">First Link</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="text-gray-600 hover:text-gray-800">Second Link</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="text-gray-600 hover:text-gray-800">Third Link</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="text-gray-600 hover:text-gray-800">Fourth Link</a>
|
||||
</li>
|
||||
</nav>
|
@ -0,0 +1,6 @@
|
||||
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
|
||||
<a class="mr-5 hover:text-gray-900">First Link</a>
|
||||
<a class="mr-5 hover:text-gray-900">Second Link</a>
|
||||
<a class="mr-5 hover:text-gray-900">Third Link</a>
|
||||
<a class="mr-5 hover:text-gray-900">Fourth Link</a>
|
||||
</nav>
|
Reference in New Issue
Block a user