My div will not stretch the full width of the browser, it stops short on both ends by about 10px.
.header {
position: relative;
background-color: #088ed7;
width: auto;
height: 20px;
}
<div class="header">...</div>
See Question&Answers more detail:os