【发布时间】:2019-11-03 21:38:49
【问题描述】:
似乎我无法使该图像与文本对齐。
我正在尝试使该徽标与这两个句子对齐。
另外,没有样式设置。只是默认的 Bootstrap.css 文件。
<div class="box-padding-md grey-bg">
<div class="jumbotron jumbotron-fluid">
<div class="container">
<img src="../img/bg.png" style="float:left;width:150px;height:150px;margin-left:20px;margin-right:20px;margin-bottom:20px;">
<h3 class="display-5">"Espher Information Assocation"</h3>
<p class="lead">제16세대 프로젝트</p>
</div>
</div>
</div>
【问题讨论】:
-
“对齐”是什么意思?