I am trying to make something that can solve any n x n sudoku board. However, the function doesn’t particularly matter, as my question is about vertical spacing. Here is the link:
https://codepen.io/WorldCoder45/pen/ExwQoqJ
I have tried a bunch of things to remove the vertical spacing between my divs. Examples:
- Set the margin to 0.
- Set the padding to 0.
- Set display to block.
- Set vertical-spacing to bottom.
Any help is appreciated, even help involving what I’ve already done, as I could have missed something. Thank you.