You mean you're using flex in general or specifically struggling with the flex-wrap CSS property? Either way, "gap" is how you set gutter width (and height). Here's a link for more detail: https://developer.mozilla.org/en-US/docs/Web/CSS/gap Good luck, hopefully this helps!
hmm ok so im using flex so that the three columns that display as blocks line up... gosh idk how to explain. if i remove the display: block columns then they all go into one row... and if i use wrap then they all try to be the same height as the tallest or there's space between the bottom of the shortest and the top of the second level??? does that make sense OTL
am i understanding right that ur trying to make a masonry type layout here? bc if so then yeah using columns + adding media queries to make it responsive on smaller screens is prob ur best bet, flex doesnt rly have an easy way to do masonry layouts (at least that ive found lol)
THATS what its called.. yea... ok thank you :( thats ok i just didnt want to have to make a bunch of @media things but wat ever. thank you guys for yourhelp ^_^
YESSSS!!!! always so happy to find another ocean lover :)