Posts by Sulivan Tavares Leite • 31 points
3 posts
-
0
votes0
answers163
viewsQ: List of products with Carousel and flexbox
I am in need of a help to display a responsive product list that initially will be 4 x 4 on computer screens (can be changed as needed). The code I have displays the flex inline items, but I need it…
-
2
votes4
answers173
viewsA: How to delete only 1 form field?
you leave on onload as follows: body onload='window.history.back(); Document.getElementById('codigo'). value='' '; So you will have two simultaneous functions during loading.
-
1
votes3
answers431
viewsA: How to line up div next to two Rows?
I would put in a container a div of col-Md-12 to fill the screen and then move on with the div with class col-Md-6 each (if really only two Divs). <div class="container"> <div…