I found that the spacing of characters, and padding of divs (especially of any elements) was a bit inconsistent, causing me to need to manually set hacky padding in the tutorial code: ...
With CSS, you have full control over the padding. There are properties for setting the padding for each side of an element (top, right, bottom, and left). CSS has properties for specifying the padding ...