居中所有元素 Bootstrap


使用 Bootstrap 中的 .center-block 類來居中元素。

你可以嘗試執行以下程式碼來實現 .center-block

示例

實戰演示

<!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">
         <h1>Heading One</h1>
         <div class = "center-block" style = "background-color:green;color: white; width:200px;">Text will be in center.</div>
      </div>
   </body>
</html>

更新於:2020-06-12

204 瀏覽次數

開啟你的職業生涯

完成課程認證

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