Having a major issue here! Currently working on a Landing Page and running into trouble with the footer element.
Even though I've set the width to 100%, when I preview it in the browser, there seems to be a small border of pixels remaining on the left, right, and bottom.
Here's the CSS for the footer:
footer {
width: 100%;
background: white;
height: 100px;
margin-top: 100px;
}
No matter what adjustments I make, such as adding 'left: 0px;' 'bottom: 0px;' or 'right:0px;', nothing seems to work.
Any suggestions on how to fix this issue?
If my explanation wasn't clear enough, you can refer to the image linked below: