【发布时间】:2019-04-03 14:12:54
【问题描述】:
我想在移动视图中将右侧位置 div 显示到左侧位置。我正在使用引导程序 4。下面我添加了我的 HTML 代码。正确的图像应该首先出现在移动视图中。提前致谢。
<div class="card">
<div class="row no-gutters">
<div class="col-8">
<div class="card-block">
<h4 class="card-title">v</h4>
<p class="card-text">Robotics is an interdisciplinary branch of engineering and science that includes mechanical engineering, electronic engineering, information engineering, computer science, and others. Robotics deals with the design, construction, operation, and
use of robots, as well as computer systems for their control, sensory feedback, and information processing.</p>
<a href="#" title="">Explore <i class="fa fa-caret-right"></i></a>
</div>
</div>
<div class="col-4">
<img src="./images/product-development.jpg" class="img-fluid" alt="product-development">
</div>
</div>
</div>
【问题讨论】:
标签: html css bootstrap-4