#MonthOfCode - Day 15: yellow
My entry for the 15th day of the month of code. The theme for today is: yellow.
This is a little color game: adjust the sliders until the color on the
right matches the yellow on the left. You can play with random colors
after yellow.
The code uses <input type="range"/>
which is not guaranteed to be a slider on all platforms. Also, I only included webkit specific CSS rules.
Code after the break.