added new animations

This commit is contained in:
2025-09-24 17:51:54 -06:00
parent 114511d04b
commit 994ee9b6a6
11 changed files with 75 additions and 24 deletions
+8 -2
View File
@@ -26,10 +26,16 @@
content: "";
top: 0;
left: -20px;
width: 50%;
width: 65%;
height: 100%;
min-width: 300px;
background: #bd8c01;
background: linear-gradient(to right, #bd8c01, #f9f9f9);
transform: skew(-45deg);
z-index: 0;
}
@media (max-width: 800px) {
.yellowPart {
background: #bd8c01;
}
}