在此示例中,我希望我的图像列堆叠在移动视图中的文本信息列下方。我将如何实现这一目标?
我尝试使用 Flexbox,但没有运气,如果有人能向我解释这一点,我将不胜感激。谢谢
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12">
<img src="img/buy1.png" class="img-fluid phone1" width="300" height="auto" alt="buy icon">
</div>
<div class="col-lg-8 col-md-12">
<div class="info-container">
<div class="purchase-icon-left">
<img src="img/buy-icon.png" class="purchase-icon" alt="buy icon">
</div>
<div class="text-test2">
<h1 class="title">SEEK</h1><h2 class="not-bold">and you will find.</h2>
<ul>
<li>Discover your desired items by browsing through eight different categories.</li>
<li>Browse through thousands of items sold by other users. </li>
<li>Don't agree with the price? Message the seller and request a price deduction. </li>
</ul>
</div>
</div>
</div>
</div>
Cats萌萌
慕运维8079593
相关分类