Bootstrap对齐媒体对象

!DOCTYPE htmlhtmlheadtitleBootstrap Example/titlelink rel = stylesheet href = https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/boot

编程学习网为您整理以下代码实例,主要实现:Bootstrap对齐媒体对象,希望可以帮到各位朋友。

<!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://www.yiibai.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>

本文标题为:Bootstrap对齐媒体对象

基础教程推荐