Posts by Patrick Nascimento • 19 points
3 posts
-
0
votes1
answer128
viewsQ: Background-image does not repeat
I’m learning CSS and Bootstrap, I decided to clone a page I saw on the web to study, it turns out, when I get to mobile, the background-image doesn’t repeat itself and it just disappears when the…
-
0
votes1
answer158
viewsQ: How to take the value of several select in the same change
Basically, I have a button that adds two fields when clicked, an input number and a select: <div class="geraInput"> <div id="form-conjunto"> <select class="input select mb-1"…
-
1
votes2
answers73
viewsQ: How to recover the class of a div by clicking on it?
Several gero divs over time with a code Javascript, would like to retrieve the class of those Ivs by clicking on them. Or retrieve some other parameter to use in a comparison.…