Bootstrap 類 center-block
使用 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 = "pull-right" style = "width:100px; background-color:gray; color: white;"> Float to right </div> <div class = "row"> <div class = "center-block" style = "width:200px; background-color:#ccc; color: white;"> Example for center-block </div> </div> </body> </html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP