[Solved] Embedding flex items within flexbox grid [duplicate]
I am not a pro concerning flexbox, but Rikin seems right. Grid is way better for layouts like this. In flexbox, you would have to put flex-container into flex-container, to get the layout you want. Try my code below and you will get the idea. You’d have to figure out the middle column on the … Read more