Posts by Mateus Alcântara • 61 points
3 posts
-
1
votes1
answer192
viewsQ: HTML error: "There are Multiple root Elements"
I’m uploading a project to VTEX, but when uploading, it accuses a multiple element error: There are Multiple root Elements. Line 3, position 6. All the examples I saw didn’t suit me, someone can…
htmlasked Mateus Alcântara 61 -
1
votes1
answer753
viewsQ: Center an image inside the div
I have a div circular and a function that places the image inside the div. The only thing I need is for the image to be centered on div. Follow the example: (Please view the excerpt in full page)…
-
2
votes3
answers3621
viewsQ: How to readjust the image to the size of the div
This image has 500px x 500px and the div has 600px x 600 px How can I treat the image to be the same size as the div? #conteudo{ width:600px; height:600px; float:left; background-color:#ff1;…