From 517be42fccbc58786036c546b9fb1a9c66877c31 Mon Sep 17 00:00:00 2001 From: CADU110 Date: Sat, 22 Jun 2024 13:36:02 -0300 Subject: [PATCH] Subindo desafio 3 --- src/script.js | 2 +- src/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script.js b/src/script.js index ca937c5..0c39829 100644 --- a/src/script.js +++ b/src/script.js @@ -50,7 +50,7 @@ async function pegarPokemons(op){ initt = poksDados.results.length-1; } } - + const nameP = poksDados.results[initt].name; const urlP = poksDados.results[initt].url; const poksInfo = await fetch(urlP); diff --git a/src/style.css b/src/style.css index ee91327..fe7463a 100644 --- a/src/style.css +++ b/src/style.css @@ -66,7 +66,7 @@ button#next { text-align: center; font-size: 18px; background-color: transparent; - opacity: 0.5; + opacity: 0.3; cursor: pointer; }