CSS Diner
Play CSS Diner on flukeout.github.io: css practice through selector puzzles on a bento table—type selectors, advance levels, learn CSS.
Tool powered by Flexbox Froggy on Codepip.
Play flexboxfroggy on flexboxfroggy.com: flexbox exercises game to guide frogs with justify-content, align-items, and flex-direction—10 levels.
Name the main and cross axis first
Before typing properties, decide whether flex-direction makes the main axis horizontal or vertical. Most flex froggy mistakes are axis confusion, not wrong keyword values.
Try justify-content before align-items
Early flexbox exercises reward getting main-axis distribution right. Fix justify-content, then tune align-items for cross-axis placement.
Use flex-direction when frogs line up wrong
When frogs reach the correct row but wrong column—or the reverse—flip flex-direction before adding more alignment properties.
Save order and align-self for multi-frog levels
Later froggy flexbox puzzles need order or align-self on individual frogs. Change only the outlier frog instead of the whole container when one pad is wrong.
Replay flexbox froggy level 24 deliberately
Level 24 is a common search because it combines several properties. Finish beginner mode first, then retry level 24 with a checklist: direction, justify, align, wrap.
Switch to expert mode after one clean run
Expert randomizes flexbox exercises without directions—good flexbox practice once you can explain each property in beginner mode out loud.
Flexbox Froggy is the classic flexbox exercises game on flexboxfroggy.com. Pair it with selector drills when you want syntax practice on a different axis.
Learn CSS selectors with CSS Diner: Open /css-diner when flexbox layout feels solid but selector syntax does not—bento-table puzzles from flukeout.github.io.
Train hex and color judgment: Use /hex-test or /color-game when you want a break from layout while staying in short game sessions.
Browse CSS and design games: See /tools/games for the full list of Codepip, Method of Action, and frontend learning games .
Open the full game for all 24 levels: If the player limits settings, play at https://flexboxfroggy.com/ in a full tab for colorblind mode, expert random, and saved progress.