add archive page

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-08 23:23:44 +06:00
parent acac2aff61
commit 5f41fe784d
7 changed files with 285 additions and 4 deletions

View File

@@ -26,7 +26,9 @@ const randbgcolor = ref(`${color.at(getRandomInt(0, 8))}`)
</script>
<template>
<div class="text-white px-5 py-3 rounded hover:underline randbgcolor">
<div
class="text-white px-5 py-3 rounded hover:underline randbgcolor hover:scale-[1.05] transition-all duration-500"
>
<NuxtLink :to="`/categories/${title}`" class="text-xl font-extrabold">
<h1>#{{ title }}</h1>
</NuxtLink>