I want to put image as background of my HTML5 project, but I can not! How can I solve?

-1

Thisisdefinedasdiv.Anditstilldoesnotwork.

Already tried to put in the body {..}, but I did not succeed too): Someone help me !!

    
asked by anonymous 19.05.2018 / 23:10

1 answer

0

Dude, your problem is simpler than you think.

You declared the class in the css for id , using #conteudo {}

InHTML,however,youhavepastedthestyleasaclassandshouldbein<divid="Conteudo">

    
19.05.2018 / 23:22