Files
portfolio2023/build/resources/views/components/list_lien.edge
T
Tutur33 977386f605 build
2023-12-06 22:34:07 +01:00

7 lines
334 B
Plaintext

<li>
<a href="{{ href }}" target="_blank">
<div class="flex text-left items-center py-5 pl-5 my-3 w-full bg-gray-300 text-gray-600 rounded-lg font-bold hover:bg-gray-700 hover:text-gray-400 transition duration-300 ease-in-out">
<img src="{{ img }}" alt="Logo" class="w-16 pr-4">{{ title }}
</div>
</a>
</li>