在 Bootstrap 4 中對齊元素到行上最低的元素
在 Bootstrap 4 中使用 align-bottom 類來對齊元素到行上最低的元素。
將類設定為 −
<span class="align-bottom">
現在新增內容 −
<span class="align-bottom"> Bottom Alignment </span>
你可以嘗試執行以下程式碼,以在 Bootstrap 4 中對齊元素到行上最低的元素 −
示例
<!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <h2>Example</h2> <p>This is demo text<p> <span class="align-baseline">Demo Baseline</span> <span class="align-top">Top Alignment</span> <span class="align-middle">Middle Alignment</span> <span class="align-bottom">Bottom Alignment</span> </div> </body> </html>
廣告
資料結構
網路連線
關係型資料庫管理系統
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP