The font-size
property specifies the size of a font.
Setting the font size of a <p>
element to 12px.
p { font-size: 12px; }
font-size: value;
For more information, see http://www.w3schools.com/cssref/pr_font_font-size.asp
Found a bug in the documentation? Let us know at documentation@code.org