The grid(of N by N size) which I am making using flex box and wrap is getting outside of it's box
https://codepen.io/asel345/pen/mdvVJRO
This is a segement of my code which is making a grid inside a div but the issue is it is making less boxs in width and more boxs in height
3 Replies
I'm not 100% sure... but if you remove the width and height from the parent (
.box
) it seems to work, more or less?SInce it's a grid, it might be easier to use grid. I swtich it out here:
https://codepen.io/kevinpowell/pen/vYbLNxd?editors=1100
Yeah I am actually watching your grid video as I also think it would get the job done easily