Posts by Marco Cuel • 21 points
2 posts
-
1
votes1
answer333
viewsQ: Problem with line breaking JS
The problem is this, when breaking the line in textarea in div .result where the result of what is typed in the textarea, he just gives a space and doesn’t break the line. How do I make it break the…
-
1
votes1
answer197
viewsQ: :Hover in previous element
I would like to give :Hover on button "2" mundaning the effect on button "1" <div class="btn um">1</div> <div class="btn dois">2</div> <div class="btn…