Bootstrap 類拉到最右邊


用類 拉到最右邊 將一個元素浮到最右邊。

您可以嘗試執行以下程式碼來實現拉到最右邊類

示例

線上演示

<!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 = "pull-right">
         Float to right
      </div>
   </body>
</html>

更新於:6 月 12 日,2020

1K+ 瀏覽量

開啟你的職業生涯

完成課程以取得認證

開始
廣告
© . All rights reserved.