I would try other things beside flex box, I've tried doing the trick with display grid but it didn't workπ
What challenges did you encounter, and how did you overcome them?The main challenge was to do the boxes as two of them were on top of each other, so to do the trick I've put to boxes in a container, and then with flex box I set align items to be centered and the flex box direction to be column
What specific areas of your project would you like help with?I want to know if there are other ways to place the boxes like in the design challenge, it worked with me by using flex box, but I want to know if there are other solutions