From 15cef2b50134fc367f724589c4805a03c1bf6376 Mon Sep 17 00:00:00 2001 From: farhan Date: Tue, 19 May 2026 14:54:22 +0500 Subject: [PATCH] Add Flexbox Zombies to CSS Games Free story-driven course-game for learning CSS Flexbox. Resource: https://flexboxzombies.com/ --- list/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/list/README.md b/list/README.md index d59f33d..7a3514b 100644 --- a/list/README.md +++ b/list/README.md @@ -576,6 +576,7 @@ Initially created by [Marko](https://markodenic.com) at [Web Development Resourc | [Guess CSS](https://www.guess-css.app/) | Another Fun and interactive way to learn CSS. | | [CSS Speedrun](https://css-speedrun.netlify.app/) | A CSS speedrun is a challenge to see how quickly a developer can complete a task using only CSS (Cascading Style Sheets). | | [Anchoreum](https://anchoreum.com/) | A game for learning CSS anchor positioning. | +| [Flexbox Zombies](https://flexboxzombies.com/) | A story-driven course-game where you learn **CSS Flexbox** by hunting zombies across 12 missions. | [⬆ back to top](#table-of-contents)