Skip to content

Challenge Change The Font Size Of An Element

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Change the Font Size of an Element

Font size is controlled by the font-size CSS attribute, like this: h1 { font-size: 30px; }.

px is a unit that stands for pixels

Although this Challenge requires the use of px, there are other units of size measurements used

Clone this wiki locally