Great Minds

Einstein
Derac
Tesla
Edison
Hawking
Fuller
Fermi
Galvani
Volta
Currie
Franklin
Gauss
Maxwe ll

function draw() { var ctx = document.getElementById('canvas').getContext('2d'); for (var i = 0; i < 6; i++) { for (var j = 0; j < 6; j++) { ctx.fillStyle = 'rgb(' + Math.floor(255 - 42.5 * i) + ', ' + Math.floor(255 - 42.5 * j) + ', 0)'; ctx.fillRect(j * 25, i * 25, 25, 25); } } }



Your browser does not support the HTML canvas tag.