CSS: Container does not stretch to 100% width -


Please check the white area: It should go all the way, as I Width: 100% , but it's not.

  #container {background-color: #FFF; Background-position: bottom of center; Background repeat: do not repeat; Height: 440px; Width: 100%; }  

The problem is that & lt; Body & gt; There is some default area around the element, to add it to the body rule:

  margins: 0;  

, there is no place :)


Comments