W3docs

text-align-last

CSS Property:

Result:

The CSS text-align-last property sets the alignment of the last line of the text. It is one of the CSS3 properties.

CSS Code:

#myDiv {
text-align-last:auto;
}

Click the property values above to see the result