Closed bmaiden closed 11 months ago
Remove extra line at bottom of grid.
#board { display: grid; grid-template-columns: repeat(4, 15vmin); grid-template-rows: repeat(4, 15vmin); margin-top: 1vmin; gap: 1vmin; } .squares { display: flex; border: 0.3vmin solid black; cursor: pointer; justify-content: center; align-items: center; }
not sure
changing border aspects in CSS
https://github.com/bmaiden/memory-browser-game
I had one too many divs. Thanks Timm!
What's the problem you're trying to solve?
Remove extra line at bottom of grid.
Post any code you think might be relevant (one fenced block per file)
If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?
What is your best guess as to the source of the problem?
not sure
What things have you already tried to solve the problem?
changing border aspects in CSS
Paste a link to your repository here
https://github.com/bmaiden/memory-browser-game