Challenge Change The Font Size Of An Element - thelastmile/FreeCodeCamp GitHub Wiki

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