please assess: https://codepen.io/zortron756/full/OJMgqQo
Hi @church_craig! These are great answers; well done.
For the first one, the only issue is that you should have used type="color"
for the color selection control. This creates a color picker widget.
For the second one, this was perfect except that you included step="100"
, which make it not work (it will only move up and down in blocks of 100, but the maximum value is 30). Removing this attribute makes it work perfectly.