bwilsoni / PageDemo

0 stars 0 forks source link

Left Padding #2

Closed bwilsoni closed 5 years ago

bwilsoni commented 5 years ago

First noticed with footer, but seems to whole page has padding, or a border around the edges. Slight, maybe 5px.

The footer doesn't span the entire page. The left side is showing a different background color, from the page on the left. It does seem to stretch on the right side.

bwilsoni commented 5 years ago

Body seems to have a default ~8px margin on at least top, left, and right. maybe Bottom. This can be solved with

body { margin: 0; }

This removes the margin. This is what I've decided for this site.