This commit is contained in:
Davron Chetin
2025-10-08 19:09:54 +05:00
parent cdc6633091
commit 9c9d5dbc2c
4 changed files with 104 additions and 0 deletions

View File

@@ -32,3 +32,18 @@ body {
transition: 0.1s ease-in-out all;
font-family: "Roboto", sans-serif;
}
/* 🟠 Sariq blok trapezoid shakl */
.clip-trapezoid {
clip-path: polygon(16% 0, 100% 0, 84% 100%, 0% 100%);
}
/* Input blokining shakli */
.clip-input {
clip-path: polygon(16% 0, 100% 0, 84% 100%, 0% 100%);
}
/* Tugma blokining shakli */
.clip-button {
clip-path: polygon(16% 0, 100% 0, 84% 100%, 0% 100%);
}