| Funkcja właściwości | Właściwość | Przykładowe wartości |
|---|---|---|
| Kolor tekstu | color | kolor (nazwa/wartość) | initial | inherit |
| Kolor tła | background-color | kolor (nazwa/wartość) | transparent | inherit |
| Obraz w tle | background-image | url('obraz.jpg') | none | inherit |
| Powtarzanie obrazu tła | background-repeat | no-repeat | repeat-x | repeat-y |
| Pozycja obrazu tła | background-position | left | right | center | bottom | top |
| Umocowanie obrazu tła | background-attachment | fixed | scroll |
| Grubość tekstu | font-weight | normal | bold | 100 - 900 | lighter | inherit |
| Wyrównanie tekstu | Tekst align | left | right | center | justify |
| Dekoracja tekstu | text-decoration | none | underline | overline | line-through | blink | inherit |
| Rodzaj czcionki | font-family | nazwa_czcionki | serif | sans-serif | fantasy | cursive | inherit |
| Rozmiar czcionki | font-size | rozmiar_absolutny | rozmiar_względny | xx-small | x-small |
| Styl czcionki | font-style | normal | oblique | italic | inherit |
| Styl punktorów | list-style-type | none | decimal | lower-alpha | upper-alpha | lower-roman | lower-alpha | square |
| Margines zewnętrzny | margin | wartość [px] | auto |
| Margines wewnętrzny | padding | wartość |
| Styl obramowania | border-style | none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset | initial | inherit |
| Grubość obramowania | border-width | wartość |
| Kolor obramowania | border-color | kolor (nazwa/wartość) |
| Wysokość wiersza | line-height | wartość |
| Odległości między znakami | letter-spacing | wartość |
| Wcięcie w tekście | text-indent | wartość |
| Opływanie | float | left | right | initial | inherit |
| Nadmiar | overflow | visible | hidden | scroll | auto | initial | inherit |
