thomaspark / flexboxfroggy

A game for learning CSS flexbox 🐸

Home Page:https://flexboxfroggy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add examples of `space-evenly` and `gap`

jsnkuhn opened this issue · comments

Since the creation of this game a few new properties and value have been added to flexbox. space-evenly is now an option for align and justify, and the gap can now be used to mark a specific sized gap between flex items. Both of these could use examples.

Thanks for the suggestion @jsnkuhn. For now I'm adding space-evenly to the popup docs, and I'll look to add levels for these in the future.