text-align-last
CSS property sets how the last line of a block or a line, right before a forced line break, is aligned.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
/* Keyword values */ text-align-last: auto; text-align-last: start; text-align-last: end; text-align-last: left; text-align-last: right; text-align-last: center; text-align-last: justify; /* Global values */ text-align-last: inherit; text-align-last: initial; text-align-last: unset;
auto
text-align
, unless
text-align
is
justify
, in which case the effect is the same as setting
text-align-last
to
start
.
start
left
if direction is left-to-right and
right
if direction is right-to-left.
end
right
if direction is left-to-right and
left
if direction is right-to-left.
left
The inline contents are aligned to the left edge of the line box.
right
The inline contents are aligned to the right edge of the line box.
center
The inline contents are centered within the line box.
justify
The text is justified. Text should line up their left and right edges to the left and right content edges of the paragraph.
| 初始值 |
auto
|
|---|---|
| 适用于 | block containers |
| 继承 | yes |
| 计算值 | 如指定 |
| 动画类型 | discrete |
auto | start | end | left | right | center | justify
<p>Integer elementum massa at nulla placerat varius. Suspendisse in libero risus, in interdum massa. Vestibulum ac leo vitae metus faucibus gravida ac in neque. Nullam est eros, suscipit sed dictum quis, accumsan a ligula.</p>
p {
font-size: 1.4em;
text-align: justify;
text-align-last: center;
}
| 规范 | 状态 | 注释 |
|---|---|---|
|
CSS Text Module Level 3
The definition of 'text-align-last' in that specification. |
工作草案 | 初始定义 |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
更新 GitHub 上的兼容性数据| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
text-align-last
|
Chrome
完整支持
47
|
Edge 完整支持 12 |
Firefox
完整支持
49
|
IE
部分支持
5.5
注意事项
|
Opera
完整支持
34
|
Safari
不支持
No
注意事项
|
WebView Android 完整支持 47 |
Chrome Android
完整支持
47
|
Firefox Android
完整支持
49
|
Opera Android
完整支持
34
|
Safari iOS
不支持
No
注意事项
|
Samsung Internet Android 完整支持 5.0 |
完整支持
部分支持
不支持
见实现注意事项。
用户必须明确启用此特征。
要求使用供应商前缀或不同名称。