Styling Text
Some of the most common text properties are:
color: the color of the text, by name or hex codefont-family: a list of fonts, or font classes likeserif,sans-serif, ormonospacefont-weight:normal,bold, or a number from 1 to 1000font-size: the size of the text, in pixels (px) or em-unitstext-decoration:none,underline,overline,line-through, orblinktext-align:left,right,center, orjustify
Try editing some of these styles below:
- HTML
- CSS