The text_alignment()
function adjusts how the text within a tag element is
aligned.
Arguments
- x
A tag element or .style pronoun.
- ...
A character string specifying an alignment. One of,
"left"
,"right"
, or"center"
.Use name-value pairs to specify breakpoints.
See also
Other text utilities:
text_break()
,
text_color()
,
text_decoration()
,
text_height()
,
text_selection()
,
text_style()
,
text_transform()
,
text_weight()
,
text_wrap()