There are two ways that a Web site can set font sizes: relative and absolute. The use of these in various locations on a page will determine not only how fonts and font sizes are computed for the page ...
To use positioning on an element, you must first declare its position property to be absolute or relative: H1 { position: absolute } Then you can add whatever ...