如何在 bootstrap 3 模态中创建网格
How to create grid inside a bootstrap 3 modal
我是 HTML 和 CSS
的初学者
并且需要创建这样的模态内容:https://ibb.co/RvrhmRs
现在大部分事情都完成了我的模态看起来像https://ibb.co/1zG0y2t
只需要把这个图标放在文字旁边即可。
我尝试使用不同的方法,例如中毒或使用 CSS 但未设置 aspected
谁能告诉我 HTML 结构?
感谢您的支持
谢谢
我会适当地使用 flex 属性。
.text-wrapper {
display: flex;
}
<div class="text-wrapper">
<div class="text-wrapper-text">
<div>Classes</div>
<span>of goods and services</span>
</div>
<div class="text-wrapper-text">
IMG
</div>
</div>
我是 HTML 和 CSS
的初学者并且需要创建这样的模态内容:https://ibb.co/RvrhmRs
现在大部分事情都完成了我的模态看起来像https://ibb.co/1zG0y2t
只需要把这个图标放在文字旁边即可。
我尝试使用不同的方法,例如中毒或使用 CSS 但未设置 aspected
谁能告诉我 HTML 结构?
感谢您的支持 谢谢
我会适当地使用 flex 属性。
.text-wrapper {
display: flex;
}
<div class="text-wrapper">
<div class="text-wrapper-text">
<div>Classes</div>
<span>of goods and services</span>
</div>
<div class="text-wrapper-text">
IMG
</div>
</div>