使用 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>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
JavaScript
PHP