Posts by Jonas Castanheira • 21 points
2 posts
-
2
votes3
answers4831
viewsA: How to center this image with Bootstrap
This type of alignment is currently done with flexbox. I added a div between the col and the image, follows code: <div class="container"> <h2>Alinhamento vertical…
-
0
votes1
answer666
viewsA: Consume API with Jquery and save to database
Good afternoon, friend. If I understand correctly, what you want is to receive the data from Moviecom on the frontend and play for a route in the backend. If so, first of all, you created a route in…