Generally, we’d want to have a bit of padding on the sides. That’s why if I need to implement a Wrapper with a total width of 980px, I’d do it like so:.wrapper { max-width: 960px; /** 20px smaller, to fit the paddings on the sides */ padding-right: 10px; padding-left: 10px; /** ... omitted for brevity */ } More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.