css text-align-last & text-align
css
https://caniuse.com/mdn-css_properties_text-align-last
https://caniuse.com/?search=text-align-last
text-align-last
https://developer.mozilla.org/en-US/docs/Web/CSS/text-align-last
/* 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;
text-align
https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
/* Keyword values */
text-align: left;
text-align: right;
text-align: center;
text-align: justify;
text-align: justify-all;
text-align: start;
text-align: end;
text-align: match-parent;
/* Character-based alignment in a table column */
text-align: ".";
text-align: "." center;
/* Block alignment values (Non-standard syntax) */
text-align: -moz-center;
text-align: -webkit-center;
/* Global values */
text-align: inherit;
text-align: initial;
text-align: unset;
refs
https://css-tricks.com/almanac/properties/t/text-align-last/
https://twitter.com/mozdevnet/status/779082848716271616
©xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!