Skip to content

Instantly share code, notes, and snippets.

View tedrand's full-sized avatar
🐢

Theodore Rand tedrand

🐢
View GitHub Profile
Specification,Keyword,RGB hex value
CSS Level 1,black,#000000
CSS Level 1,silver,#c0c0c0
CSS Level 1,gray,#808080
CSS Level 1,white,#ffffff
CSS Level 1,maroon,#800000
CSS Level 1,red,#ff0000
CSS Level 1,purple,#800080
CSS Level 1,fuchsia,#ff00ff
CSS Level 1,green,#008000
<h1>Working with Input Types</h1>
<canvas id="can"></canvas>
<input id="clr" type="color"
onchange="setColor()">
<input id="rng" type="range"
onchange="doSquare()">