Posts by Breno • 13 points
1 post
- 
		1 votes1 answer66 viewsQ: Why even when margin and padding ta set to 0px there are still spaces between the elements?#header{ margin: 0px; padding: 0px; border: 0px; width:100%; height:100px; background-color:#00F; } #conteudo{ widows: 100%; margin: 0px; padding: 0px; border: 0px; height:500px;…