CSS property: text-align
Values
Value |
Description |
|---|---|
center |
This value specifies that text is centered in the containing block. |
justify |
This value specifies that text is made to be flush to both sides of the element’s containing block. |
left |
This value specifies is aligned to the left of the element’s containing block. |
right |
This value specifies that text is aligned to the right of the element’s containing block. |
Parent topic: CSS Properties