The Box Model: 2

A bit of body text, so we can see how the h1 box margin influences the position of the body text.

In this version we add margins to the h1 style, as shown below. The new features ares shown with a yellow background. See text for how this is done. (Preview: the box model is used.)

h1 { font-family: Verdana, Arial, sans-serif; font-size: 1.8em; text-align: center; margin-top: 2em; margin-right: 4em; margin-bottom: 1em; margin-left: 4em; }