SyntaxStudy
Sign Up
Home CSS Exercises CSS Typography

CSS Typography

Beginner

Complete the CSS font and text properties.

To set the font size to 16px: font-size:

To make text bold: font-weight:

To center text: text-align:

To set line height to 1.5: line-height:

To uppercase all text: text-transform: