Skip to content

Commit

Permalink
exercicios-com-node-list
Browse files Browse the repository at this point in the history
  • Loading branch information
jessrbl committed Mar 13, 2024
1 parent 363b405 commit 37ad85b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions exercico-aula57/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ const ps = paragrafos.querySelectorAll('p') //pega todos os p's
const estilosBody = getComputedStyle(document.body)
const backgroundColorBody = estilosBody.backgroundColor





for (let p of ps) {
p.style.backgroundColor = backgroundColorBody
p.style.color = '#FFFF'


}

0 comments on commit 37ad85b

Please sign in to comment.