*The Odin Project * https://www.theodinproject.com/lessons/foundations-etch-a-sketch
Odin etch-a-sketch is a website that will display blocks that change color when hovered over.
- basic HTML
- basic CSS
- flexbox
- basic JavaScript
- Create a webpage with a 16x16 grid of square divs
- Set up a “hover” effect so that the grid divs change color when your mouse passes over them
- Add a button to the top of the screen that will send the user a popup asking for the number of squares per side for the new grid
- assume that the number of boxes in the columns and rows are the same