I\'m having a hard time with what I thought would be a dead simple issue.
I\'m trying to create a div that spans 100% of the width of a browser window. The div is f
I have fixed mine by adding
html, body { width: 100%; margin: 0px; }
happy coding!!!