какие-то приколы, не помню

This commit is contained in:
2026-07-25 00:36:27 +06:00
parent ca8728c90c
commit 4584d42cb3
32 changed files with 647 additions and 125 deletions

View File

@@ -0,0 +1,8 @@
@keyframes diagonal-stripes {
from {
background-position-x: 0;
}
to {
background-position-x: var(--stripe-width);
}
}