Bootstrap well-lg 類


使用可選類(例如 well-lg 或 well-lg)更改 well 的大小。這些類與 .well 類結合使用。

你可以嘗試執行以下程式碼,在 Bootstrap 中實現 well-lg 類 -

示例

即時演示

<!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 = "well well-lg">This has more space!</div>
      <div class = "well well-sm">This has less space!</div>
   </body>
</html>

更新於: 2020 年 6 月 12 日

134 次瀏覽

開啟你的 職業生涯

透過完成該課程來獲得認證

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