Messed up divs

How do I get the two bottom boxes (my pets, something here) about me - katrina evans art to be next together like the top two boxes on the page? They WERE next to each other and then when I added all the text about my pets it got messed up. I tried editing the html but Idk what I did wrong. Thank you!

it looks like you have a misplaced </div> tag - you want the cat box and the “something here” box to be in a flex container together in order for them to be displayed next to each other. your code ends the flexbox early, so it only contains the cat div and it is using the layout’s flex-grow rule to get bigger!

you want the flexbox’s </div> to be after the “something here” </div> here is a screenshot demonstration. green is where you want to put it.

Thank you I knew it was something dumb!

I used to come here months ago, I had to make a new account, but you are always so helpful! Thank you so much for always helping with my silly issues. lol