Animation Added and Gif file updated

This commit is contained in:
2026-01-22 18:33:46 +05:30
parent 5cd7d95904
commit 3aabb142b9
24 changed files with 2036 additions and 826 deletions

View File

@@ -52,7 +52,6 @@ h6 {
}
.text-gradient {
/* Updated to a silver/white shimmer instead of colors */
background: linear-gradient(135deg, #ffffff 0%, #a1a1aa 100%);
background-clip: text;
-webkit-background-clip: text;
@@ -101,4 +100,14 @@ h6 {
50% {
opacity: 0.5;
}
}
@layer utilities {
.scrollbar-none {
-ms-overflow-style: none;
scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
display: none;
}
}