Donkey Kong
Visit the official puzzle page (affiliate link!) to play it yourself. If you buy a course from CSSBattle through my affiliate link, I receive a share of it!
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
Ok, so the solution was kind of okay like this: A couple of gradients for the white "ladders"
and the inside div
and its pseudo elements :before
and :after
for the purple floors.
I can't remember why, but after doing this CSS Battle, I've researched a bit about this new hsl(from currentColor h s l)
syntax. When playing around with it for a bit, I noticed a but that reproducibly crashed Chrome
for me with pure CSS. I've submitted a bug report which got fixed pretty fast. It took a bit longer to land in the latest stable version, but it is now. Joe put an SVG
online with the crash code on GitHub and it could reproducibly crash Chromium based browsers when they navigated to the page. This doesn't happen anymore now.