Initial project push.

This commit is contained in:
dan612
2026-01-15 09:50:55 -05:00
commit c4312feb95
226 changed files with 32233 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
@keyframes grow-shrink {
0% {
height: 80px;
}
25% {
height: 200px;
}
50% {
height: 250px;
}
66% {
height: 200px;
}
75% {
height: 100px;
}
90% {
height: 300px;
}
100% {
height: 80px;
}
}