Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design zero margin images Reply To: zero margin images

#183752
medina286
Participant

Got it!

css file:

/* CSS Document */
body{
margin: 0;
padding: 0
}
.largura-cheia {
width: 100%;
height: 100%;
}

It’s alive. Anyway you put me in the right track, thanks again.