DEV Community

Discussion on: CSS3 flexbox in simple way for beginners to master.

Collapse
 
joelbonetr profile image
JoelBonetR 🥇 • Edited

Here's a full grid system using Flex, plus -opinionated- components I wrote some time ago for a given project:

codepen.io/joelbonetr/pen/PoqzMWL

This is the initial version, it was refactored, extended and so on on a private repo, but I guess it's also a good chunk of styles to check, fork and play with :D

Collapse
 
menomanabdulla profile image
menomanabdulla

WoW! there lots of cool stuff. Thanks.