This sentence uses font-family to specify the typeface.

This sentence uses font-size to specify the size. Options are length, percentage, relative size, or absolute size.

This sentence uses color to specify the type color.

This sentence uses font-style. Other choices are normal and oblique

This sentence uses font-weight. Other options are bolder, lighter, and numerical from 100 to 900

This sentence uses font-variant. The choices are normal or small caps.

This sentence uses the font shorthand. It needs to be in this order. style weight variant size/line-height font-family.

This sentence uses text-transform. Choices are none, captalize, lowercase and uppercase.

This sentence uses text-decoration. Choices are none, underline, overline, line-through and blink.

This sentence uses background-color. It can be a color name, hex value (like #ffffff), or rgb value or percentage(like rgb(204,51,255) or rgb(81%,18%,100%)

This sentence uses text-align. It can be left, right, center or justify.

This sentence uses text-indent. It can be a length measurement or percentage.

This sentence uses margin-right and margin-left. It can be a length measurement or percentage.

This sentence uses margin. The order is top, right, bottom, then left.

This sentence uses line-height. It can be a length measurement or percentage. This sentence uses line-height. It can be a length measurement or percentage. This sentence uses line-height. It can be a length measurement or percentage.

This sentence uses letter spacing.

This sentence uses word spacing.

This sentence uses vertical-align CSS. The choices are baseline, sub, super, top, text-top, middle,text-bottom, bottom, percentage, lenght, or inherit.