My index.html layout in a desktop window screen involves using flexbox to have two div elements in one row, a long div element in the second row, and two div elements in the third row, with one containing a list. I want spacing between the div elements in the first and third rows, but when I tried using margin-left or margin-right, they ended up collapsing on top of each other.
I attempted to change the width of each div element, but they still collapsed on top of each other. Using justify-content and align-content on the content class didn't work either.