Format text


Change text size
In Notepad, open format.css.


Add the property

font-size: 16pt

to the h1 formatting:

h1 {
font-family: verdana,helvetica,sans serif;
font-weight: bold;
font-size: 16pt;
}

Save format.css.

Reload index.html in the browser.

The heading should be smaller:


Web Layout HTML & CSS