Reference : Codecademy - Learn CSS - CSS Visual Rules
- The
font-familyproperty defines the typeface of an element. font-sizecontrols the size of text displayed.font-weightdefines how thin or thick text is displayed.- The
text-alignproperty places text in the left, right, or center of its parent container. - Text can have two different color attributes:
colorandbackground-color.colordefines the color of the text, whilebackground-colordefines the color behind the text. - CSS can make an element transparent with the
opacityproperty. - CSS can also set the background of an element to an image with the
background-imageproperty.