create profile section

This commit is contained in:
HAM!DREZA
2024-05-21 15:01:29 +03:30
parent abe8daf536
commit 0c7fd83de2
18 changed files with 1535 additions and 39 deletions
+15 -4
View File
@@ -9,8 +9,8 @@
class="text-[0.741vw] text-[#383E43] flex items-center gap-[0.5vw] pb-[0.681vw]"
>
<svg
width="24"
height="25"
class="w-[6.154vw] md:w-[1.25vw] h-[6.154vw] md:h-[1.302vw]"
viewBox="0 0 24 25"
fill="none"
xmlns="http://www.w3.org/2000/svg"
@@ -43,7 +43,7 @@
</span>
<ul class="gap-x-[1vw] items-center hidden md:flex">
<li
class="pb-[0.5vw] text-primaryGreen border-b-[0.104vw] border-primaryGreen"
class="relative pb-[0.681vw] text-primaryGreen active"
>
همه دوره ها
</li>
@@ -89,4 +89,15 @@ const openSortOptions = () => {
}
};
</script>
</script>
<style>
.active::before{
content: '';
position: absolute;
background-color: #0D3F40;
width: 100%;
height: 0.01vw;
top: 2vw;
}
</style>