CSS Minesweeper
Minesweeper game created purely in CSS, no JS. This is the work of No_1026. The number grid is created using a table while everything is made clickable by using checkboxes and radio inputs. Have a look on the code to understand more about it.