Resize Text - How to Make a Website

Опубликовано: 17 Апрель 2026
на канале: Treehouse
265
0

Not every part of a web page is equal. Using different font sizes, we can add importance to some areas like the logo and downplay other areas like the footer.

Teacher's Notes


CSS Properties

font-weight - Sets the visual weight of text, which is more commonly known as "bold" as is the case in word processors.
line-height - Set the amount of space between each line of text. Accepts any CSS length unit.