Hey there, I am attempting to align 2 divs on the left side with one div on the right.
#div1 #div2
#div1 #div2
#div3 #div2
#div3
#div3
The challenge is to have #div2 positioned between #div1 and #div3 when the browser window is resized smaller.
Currently, #div3 only starts after #div2, but it correctly falls into place when the window size is reduced.
#div1 #div2
#div1 #div2
#div2
#div3
#div3
#div3