Y
Hacker News
new
|
ask
|
show
|
jobs
by
vcarl
3983 days ago
It really does. The most helpful resource I found for Flexbox is a cheatsheet from css-tricks.com.
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
2 comments
ataylor32
3983 days ago
That was helpful for me too. I also found Flexy Boxes to be useful:
http://the-echoplex.net/flexyboxes/
link
bshimmin
3983 days ago
This one from Philip Walton is quite handy too:
https://philipwalton.github.io/solved-by-flexbox/
(The six examples in the showcase are all very common problems, and well-solved with Flexbox.)
link
akilism
3983 days ago
yeah this is my go to when I can't remember some little part of the flex box spec.
link