This will be a grid made of Divs, styled using CSS.
The grid will be inside a form.
Objectives
The goal of this issue is two design specific components for the grid, which is purely css and HTML work.
[x] Grid a grid 7x7
[x] Create a css class that makes a cell of the grid black
[x] Create a css class that makes a cell of the grid black and styles the text inside the cell. This cell will hold the number of light bulbs that it should be surrounded by.
[x] Create a css class to indicate that a cell is selectable
[x] Create a css class to indicate that a cell is selected. It should make the cell yellow and the cell should have a bulb icon in it.
[x] Create a css class to indicate that a cell is lit up. It should make the cell yellow.
Grid interface
Objectives