How to make a monopoly board using css grid?
Here’s one way to do this. I have changed the HTML markup and haven’t used grid-template-areas property. Each grid item is placed in the grid automatically in the order they are placed in the HTML markup. Its a 4 x 4 grid where first and last columns are 120px in size and middle 2 columns … Read more