Add gradient to categories section
This commit is contained in:
@@ -29,13 +29,20 @@ const onSwiper = (swiper: SwiperClass) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="flex flex-col justify-center gap-4 bg-black h-[150svh] mt-40">
|
||||
<div class="w-full flex justify-center items-center">
|
||||
<section class="flex flex-col justify-center gap-4 bg-black h-[150svh] mt-40 relative overflow-hidden">
|
||||
|
||||
<div class="w-full flex justify-center items-center relative z-10">
|
||||
<span class="text-white typo-h-4">
|
||||
دسته بندی ها
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<img
|
||||
src="/img/gradient-2.png"
|
||||
class="animate-spin [animation-duration:16s] object-cover absolute size-full brightness-45 scale-115"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div class="w-full my-20 relative">
|
||||
<Swiper
|
||||
:loop="true"
|
||||
|
||||
Reference in New Issue
Block a user