Version: 1.1
Układ treści

Ustawienia tekstu

Klasy ustawiające sposób wyświetlania tekstu.

text-align

Wyrównanie tekstu

Klasa Styl CSS
text-start
text-align: start;
text-end
text-align: end;
text-left
text-align: left;
text-right
text-align: right;
text-center
text-align: center;
text-justify
text-align: justify;
text-parent
text-align: match-parent;

line-height

Ustawianie wysokości linii tekstu.

Klasa Styl CSS
lh-none
line-height: 1;
lh--<var>
line-height: var(--<var>);
lh-<dim>
line-height: <dim>;

white-space

Ustawienie sposobu wyświetlania zawijania linii tekstu.

Klasa Styl CSS
whitespace-normal
white-space: normal;
whitespace-pre
white-space: pre;
whitespace-pre-wrap
white-space: pre-wrap;
whitespace-pre-line
white-space: pre-line;
whitespace-nowrap
white-space: nowrap;
whitespace-wrap
white-space: wrap;
whitespace-break-spaces
white-space: break-spaces;
whitespace-collapse
white-space: collapse;