Posts by Vinícius Barcelos • 233 points
2 posts
-
0
votes1
answer75
viewsQ: Broken alignment with Bootstrap
Hello, I’m making the following page. http://www.goldhairmoveis.com.br/bancos And for some reason the alignment went wrong in the fourth product. I have already inspected everything and apparently…
-
13
votes3
answers48813
viewsQ: Receive external JSON data from PHP
I am trying to receive an external JSON file via PHP. I am doing so: <?php $json_file = file_get_contents( "http://www.moonwalk.com.br/api/VitrineDeProdutos/58e903df295cbc5c4639434d4c35090d");…