{"id":196786,"date":"2015-02-26T08:47:48","date_gmt":"2015-02-26T15:47:48","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=196786"},"modified":"2015-02-26T08:47:49","modified_gmt":"2015-02-26T15:47:49","slug":"text-align-last","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/t\/text-align-last\/","title":{"rendered":"text-align-last"},"content":{"rendered":"

text-align-last<\/code> lets you control the alignment of the last (or only) line of text right before a forced line break — for example the end of a paragraph or the line right before a <br><\/code> tag. <\/p>\n

.intro-graph {\r\n  text-align-last: center;\r\n}<\/code><\/pre>\n

At the time of this writing, only Mozilla browsers and Internet Explorer support text-align-last<\/code> (with vendor prefixes), and each has a slightly different implementation. The property was supposed to start working in Chrome 35, but as of Chrome 40 it still requires the experimental web platforms flag. More detail on browser implementations in the Points of Interest<\/a>.<\/p>\n

Values<\/h3>\n