Posts by Lucas Pereira • 21 points
2 posts
-
0
votes1
answer192
viewsQ: What does Event.target mean === Document.documentElement
At the bottom of the code "Event.target === Document.documentElement" what exactly this does? (This script as a whole makes that if I click on a place outside mobile menu, it closes, but this…
javascriptasked Lucas Pereira 21 -
1
votes1
answer31
viewsQ: How to make an element *Child* unique (Where the child of the child has the same class)
How to make an element unique Son (Where the son’s son has the same class)? Someone can bring a preferred CSS solution? Example below: <main id="conteudo"> <!-- Pai --> <section…