Files
php-flasher/docs/_includes/pagination.html
T
Younes ENNAJI f411c6e3cb Wip
2025-03-11 05:53:39 +00:00

12 lines
774 B
HTML

<div class="flex flex-col sm:flex-row items-center justify-between border-t border-slate-200 mt-12 pt-6 text-sm">
<a class="link-previous mb-4 sm:mb-0 hidden previous-link px-3 py-1.5 bg-white hover:bg-slate-50 text-slate-700 border border-slate-200 rounded-md shadow-sm flex items-center transition-colors" href="./">
<i class="fa-solid fa-chevron-left mr-2 text-slate-400"></i>
<span class="label">Previous Page</span>
</a>
<a class="link-next hidden previous-next px-3 py-1.5 bg-white hover:bg-slate-50 text-slate-700 border border-slate-200 rounded-md shadow-sm flex items-center transition-colors" href="./">
<span class="label">Next Page</span>
<i class="fa-solid fa-chevron-right ml-2 text-slate-400"></i>
</a>
</div>