Olá. Por algum motivo meu alura midi não está saindo som quando clico nos botões. Já testei em navegadores diferentes e o problema persiste.
Olá. Por algum motivo meu alura midi não está saindo som quando clico nos botões. Já testei em navegadores diferentes e o problema persiste.
Olá, Guilherme.
Tudo bem?
Compartilha os seus códigos HTML, CSS e JavaScript, assim conseguimos testar e ver se tem algum detalhe que precisa ser corrigido.
Valeu.
o meu desafio nao mudou, não fez nada de diferente.
<h1> Alura Fone </h1>
css
body { display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: #191919; min-height: 100vh; }
input { border: none; color: inherit; font-size: inherit; font-weight: inherit; font-family: inherit; }
h1 { font-family: 'Montserrat', sans-serif; font-size: 24px; color: #fff; }
.teclado { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; background-color: #cccccc; border-radius: 30px; padding: 10px; }
input[type=button] { border-radius: 20px; cursor: pointer; font-family: 'Montserrat', sans-serif; height: 80px; width: 80px; }
input[type=tel] { background-color: #cccccc; border-radius: 10px; font-family: monospace; font-size: 22px; height: 40px; margin-bottom: 24px; padding: 10px; text-align: center; width: 280px; }
js document.querySelector('.telefone');