everything

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-10-22 02:17:48 +05:00
parent 90b1cd765a
commit abcccfbf4b
13 changed files with 140 additions and 75 deletions

View File

@@ -52,6 +52,20 @@ body {
clip-path: polygon(100% 0, 55% 100%, 88% 100%);
}
#contactClip{
position: relative;
}
#contactClip::before{
content:'';
position: absolute;
top:-40px;
left: -50px;
z-index: 1000;
padding: 50px;
background-color: #d38307;
clip-path: polygon(100% 0, 55% 100%, 88% 100%);
}
/* footer ekxkavator icon animation */
@keyframes icon_animatsion_tool {