I feel like such a noob asking this but, for some reason a horizontal scroll bar appeared out of NOWHERE.
How do I get rid of the ugly horizontal scroll bar at the bottom?
CSS Style Sheet File: style_sample.css
Web page: http://avisuals.web.fc2.com/sample.html
This website is a great learning resource for hands-on experience. I’m learning as I go.
You could add the CSS
overflow-x:hidden;to your<body>element.