Posts by user131623 • 65 points
3 posts
-
2
votes2
answers68
viewsQ: Apply effect only on target element
I have this html of registered cards: .lista-cartoneira h1 { font-size: 1.2rem; margin: 12px 0 12px 0; font-weight: 500; } .lista-cartoneira h2 { font-size: 1rem; margin: 12px 0 12px 0; }…
-
1
votes3
answers1235
viewsQ: How to get the element id
I have this HTML that has the id that is inserted in the loop... <div class="item-total elemento" id = ${id}> Therefore, I have this function: $(document).on('touchstart', '.elemento',…
-
3
votes1
answer66
viewsQ: Position one element over the other
.lista-cartoneira h1 { font-size: 1.2rem; margin: 12px 0 12px 0; font-weight: 500; } .lista-cartoneira h2 { font-size: 1rem; margin: 12px 0 12px 0; } .lista-cartoneira img { width: 80px; height:…