如何“图像应该先于文本”做到这一点

时间:2019-05-04 12:36:32

标签: html css html5 css3 bootstrap-4

我想首先在移动视图中获取图片,这意味着使用引导程序4.3.1,图片将显示在文本上方

http://prntscr.com/nk9bw9

看看这张照片,这就是我想要在手机上的样子!

       

      <!--Left feature section start-->

       <div class="col-6">
           <div class="feature-text" style=";">
           <div class="feature-text-next" style=";">
               <h2>We build successful,<br />long-lasting.</h2>
               <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable

                   There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believabl</p>
               <a href="sksajib.com" class="-btn">Get started</a>

           </div>
       </div>
  </div>

       <div class="col-6">
            <img src="assets/img/feature1.jpg" class="img-fluid" alt="">
       </div>

0 个答案:

没有答案