【发布时间】:2022-01-18 15:04:08
【问题描述】:
我有以下带有两列的引导代码,如下所示。我想在底部有阅读更多链接,右对齐。见图片。
<div class="container-fluid">
<section class="section mt-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<div>
<img alt="Web Studio" class="img-fluid" src="https://raw.githubusercontent.com/solodev/vertically-centering/master/images/vc-img-1.jpg" />
</div>
</div>
<div class="col-md-6 col-lg-5 ml-auto d-flex align-items-center mt-4 mt-md-0">
<div>
<h2>Module Studio</h2>
<p class="margin-top-s">Whether you’re a full stack web developer, content author, or business professional – Solodev gives you the power to build, customize, and manage modules to boost your website.</p>
<a href="#" class="primary-cta">Read More</a>
</div>
</div>
</div>
</div>
</section>
</div>
【问题讨论】:
-
请标记您的 Bootstrap 版本。
标签: html twitter-bootstrap flexbox