使用 Bootstrap 对齐媒体对象


要对齐媒体对象,请在 Bootstrap 中使用 class “align”。你可以尝试运行以下代码来实现 class “align”。

使用 class “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.com/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>

更新于:2020 年 6 月 15 日

137 次浏览

开启你 职业生涯

通过完成本课程来获得认证

开始学习
广告