Posts by Tiu Hiikou • 16 points
3 posts
-
0
votes2
answers52
viewsA: Problem with "see more" (button)!
var span = document.querySelectorAll(".conteudo"); I managed to solve the problem, I ended up having to use for each. span.forEach((item) => { item.addEventListener("click", function () { const…
-
0
votes2
answers40
viewsA: CSS in an HTML page
Just so I can better understand how to help you. You want to make sure you have two blocks on the side, right? in the case of: Miya | Belmond Know | Alice Thus? <html> <link…
-
0
votes2
answers52
viewsQ: Problem with "see more" (button)!
I am with a small project that is to optimize the "see more" on a site or application and I came across a problem. <div class="conteudo"> <h2> <span>teste</span> </h2>…