I'm facing an issue with my banner width when trying to make it expand across the page. Despite using width: 100%
, it still has a gap of around 5px on either side. Any insights on why this might be happening?
CSS
.banner {
width: 100%;
height: 300px;
border-bottom: 1px solid #000;
}