Flex - Flexbox's are a pain to write, Flex makes it easy.

by
Flexbox's are cool, but a pain in the dairy air to write. Flex makes it easy. Generate CSS to quickly make grids, columns, just about whatever you could think of, all thanks to the wonders of Flexbox.

Add a comment

Replies

Best
Great thing, thanks. Only suggestion would be putting everything on one site. It's scrolling somehow badly sometimes.
Gday, yeah I noticed that too when jumping into Safari, i've pushed a fix out!
Ya I straight up thought the site was broken when I first entered it. I was trying to scroll on the middle pane and nothing was happening. Even after seeing the arrow I clicked on the arrow thinking it would do something. I didn't realize I had to click on the left side and then start scrolling til I saw this comment and realized I needed to keep scrolling somewhere to make it work. Maybe make it scroll a little bit for the user if they click that pulsing arrow to show them the left panel scrolls.
Yep same here? Maybe if they click the bouncing arrow push the page. Also a bouncing arrow does not really indicate scroll all too much :P
Nice idea! Let me make 1 suggestion though: Making a selection in a drop down menu triggers a "startDrag" (or something) on OSX Safari, which makes the flow go haywire.
Gday, yeah it seemed to buggering up for me too, guess I can't rely on new CSS values. Heh.
Uhh css grids — Flexbox a bit outdated — not?
Not quite familiar with CSS grids, however this isn't a columns framework I was attempting to build, it's simply just aligning content without being overly bulky. i.e centering a specific div is as simple as.. ``` display: flex; justify-content: center; align-items: center; ```
They can both be used together depending on the purpose.
This is a beautiful website, nicely done!
This is magnificent and trumps all the other flex box tools I've used.
Thank you!
Great job ! Good luck!
Hi y'all, here's something I threw together on my Sunday morning. Hope you enjoy!
this is awesome thank u
Grate work 🙌
12
Next
Last