使用 Bootstrap 增大段落字型


在 Bootstrap 中使用 .lead 類可增大段落字型。

嘗試執行以下程式碼實施 lead 類 −

示例

實際演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class = "container">
         <h2>Football</h2>
         <h3>FIFA</h3>
         <p>The 2018 FIFA World Cup is the 21st FIFA World Cup.</p>
         <p class = "lead">FIFA, 2018 is going on in Russia.</p>
      </div>
   </body>
</html>

更新於:2020-6-12

1K+ 瀏覽

開啟你的 職業生涯

透過完成課程獲得認證

開始學習
廣告
© . All rights reserved.