7 lines
307 B
PHP
7 lines
307 B
PHP
<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>
|