// script.js const reproductorVideo = document.getElementById('reproductor-video'); const buttonReproducir = document.getElementById('reproducir-episodio');
button:hover { background-color: #3e8e41; } // script
#reproductor-video { width: 640px; height: 480px; margin: 20px auto; } button:hover { background-color: #3e8e41
/* estilos.css */ body { font-family: Arial, sans-serif; } } #reproductor-video { width: 640px
|
Site hosted for free by CleanAdultHost.com |