Added the clown car

This commit is contained in:
WBHarry 2025-11-06 21:48:41 +01:00
parent 8ce7dc16db
commit e8961afc5e
6 changed files with 135 additions and 2 deletions

View file

@ -6,5 +6,13 @@
font-weight: bold;
}
}
.clown-car img {
transition: 0.5s;
&.flipped {
transform: scaleX(-1);
}
}
}
}