Whenever i try to make a div with width 100%, it does not go across the whole page, it leaves small margins on either side(top bottom left and right), i would like the div to go across the whole page, such as the header bar on the top of this page.
Share
You have to set margin and padding of
bodyelement to 0. Like this (in CSS):And also remember about setting
marginofdivelement to0.