Cabs :
.spider-man {
width: 8px; height: 8px; background:#fff;
transform: translateY(400px);
animation: move 3s ease forwards
box-shadow: 0 8px 0 #fff,
0 16px 0 #fff, 0 24px 0 #fff,
0 33px 0 #fff, 0 40px 0 #fff,
0 48px 0 #fff, 0 56px 0 #fff,
0 64px 0 #fff, 0 72px 0 #fff,
0 80px 0 #fff, 0 80px 0 #fff,
-8px 80px 0 #fff, -8px 72px 0 #fff,
}
2026-08-04 13:48:26