Challenge Change The Font Size Of An Element - ashish9342/FreeCodeCamp GitHub Wiki
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