I need help creating a <div>
that spans the entire width of the screen. In my CSS, I have this code:
#spacer3 {
width:100%;
height:300px;
}
Although it seems like it should work, the div is not extending all the way to the edges of the screen on my site. There's a small 5px gap on each side. Can anyone offer some advice on how to fix this issue?
You can view an example of the problem on my website here. The problematic div has a black background and contains an image.
Thank you in advance for any assistance!