1Cargando...
1Cargando...
1234567891011121314151617181920212223var color = function (evento) {o = evento.target;if (o.style.backgroundColor == 'navy') {o.style.backgroundColor = '';}else{o.style.backgroundColor = 'navy';}}function boom(boton) {boton.style.display = 'none';e = document.getElementById('marco');for (i=0; i<1792; i++) {n = document.createElement('div');n.className = 'cuadrado';n.onmouseover = color;e.appendChild(n);}}
Enlace
El enlace para compartir es:
Guardar
Guardando...