ga-wdi-exercises / pixart_js

Use JS events and programmatically generated DOM elements to build a drawing application. [javascript, dom]
MIT License
9 stars 321 forks source link

Kain: PixArt Solution #93

Closed elisekain closed 8 years ago

elisekain commented 8 years ago

Completeness: 5/5 Comfort_Level: 4/5

Built a solution to verify user input is definitely a valid css color by adding an invisible div (#safety) and checking to see if the user's input would successfully change the css background color. If yes, it allows the setColor function to run.

jsm13 commented 8 years ago

:+1: Excellent!