用 CSS 对齐文本的最后一行


text-align-last 属性用于对齐文本的最后一行。你可以尝试运行以下代码以使用 CSS 对齐文本的最后一行

示例

实况演示

<!DOCTYPE html>
<html>
   <head>
      <style>
         .mydiv {
            text-align-last: right;
         }
      </style>
   </head>
   <body>
      <h1>text-align-last Property</h1>
      <div class = "mydiv">
         <p>This is demo text. This is demo text. This is demo text.
         This is demo text. This is demo text. This is demo text.
         This is demo text. This is demo text.</p>
      </div>
   </body>
</html>

输出

更新于: 20-6-2020

284 次浏览

开启你的 职业生涯

通过完成课程获得认证

开始
广告