- No use of HTML tables
- No in-line styles (e.g. no style tag, only CSS files)
- No external libraries or snippets except: a. reset.css - eliminates browser inconsistencies with margin, padding, borders, and more.
- Don’t include the outside frame (the tan border)
- Should be able to resize the window and have the mondrian shrink/grow
- Does not have to be EXACTLY proportional to the image (don’t bother counting/measuring pixels)
- Utilize the same colors: a. Black: rgb(255,255,255) b. Red: rgb(255,56,1) c. Blue(ish): rgb(70,55,184) d. Yellow: rgb(255,202,0)
- Google/MDN is allowed.
- Create a checkbox that when selected makes 3 of the white blocks any shade of green.
- Use mobile responsiveness to re-arrange the Mondrian appropriately.