This commit is contained in:
hamid zarghami
2025-04-12 09:39:55 +03:30
parent 90c3d3658a
commit c05d7072f0
11 changed files with 342 additions and 1 deletions
+11
View File
@@ -71,3 +71,14 @@ tbody tr {
.dltr {
direction: ltr;
}
.instagram-gradient {
background: linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%
);
}