使用載入程式對齊媒體物件
若要對齊媒體物件,請在 Bootstrap 中使用 .align 類。你可以嘗試執行以下程式碼以實現 .align 類。
使用 .align-left 類將媒體左對齊 −
示例
<!DOCTYPE html> <html> <head> <title>Bootstrap Example</title> <link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/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/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class = "container"> <h2>Google Tag Manager Tutorial</h2> <div class = "media"> <div class = "media-left"> <img src = "https://tutorialspoint.tw/latest/Google-Tag-Manager.png" class="media-object" style="width:60px"> </div> <div class = "media-body"> <h4 class = "media-heading">Introduction</h4> <p>Google Tag Manager (GTM) is a free tool that makes it easy for marketers to add and update website tags.</p> </div> </div> </div> </body> </html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
JavaScript
PHP