本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

text-align-last

Specifies the alignment for the last or only line of text for the element.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
5.0+nononono

Values

autoAlign text according to text-align.
inheritInherit the value from the parent element.
leftAlign the text at the left edge.
rightAlign the text at the right edge.
centerAlign the text at the center of the element.
justifyJustify the text alignment.

Remarks

IE only.

Related