Help with css flexbox

Hi! I’m trying to get these boxes to be 2x2 instead of stacked vertically. Any thoughts? Thank you!

https://codepen.io/calebjsmith7/pen/gOwKwwr

you are calling in CSS #box1
when in your HTML you have it div id=‘box’
change your HTML id and make it the same as your CSS

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.