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
This is a body margin from the browser reset margin and padding:
body { margin: 0; padding: 0; }