Código:
  
por favor ayudenme corazones que no tengo ni la mas remota idea de como cambiar un color aleatorio <!doctype html>
<html lang="es">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width,initial-scale=1.0">
	<script>
	
	</script>
	<style>
		#div1 {
			background:#0CF;
			height:100px;
			width:100px;
		}
	</style>
</head>
<body>
	<div id="div1"></div>
</body>
</html>
 


