gpt4 book ai didi

html - 在 div Bootstrap 中居中放置 3 张图像

转载 作者:太空宇宙 更新时间:2023-11-04 11:42:38 24 4
gpt4 key购买 nike

如何使用 Bootstrap 将这 3 张图像置于页面中央?我的代码:

<div id="small-img" class="col-xs-12 col-sm-12 col-md-12 col-lg-12 pagination-centered footer-bottom-img">
<ul>
<li>
<img class="img-responsive inline-block center-block" alt="" src="ssl_secure.png">
</li>
<li>
<img class="img-responsive inline-block center-block" alt="" src="secure-cc-paypal.png">
</li>
<li>
<img class="img-responsive inline-block center-block" alt="" src="gt-secured-seal.gif">
</li>
</ul>
</div>

最佳答案

如果你只是想让图片在页面的中心对齐,你只需要添加 text-center class 到包含的 div。

<div id="small-img" class="text-center col-xs-12 col-sm-12 col-md-12 col-lg-12 pagination-centered footer-bottom-img">
<ul >
<li>
<img class="img-responsive inline-block center-block" alt="" src="ssl_secure.png">
</li>
<li>
<img class="img-responsive inline-block center-block" alt="" src="secure-cc-paypal.png">
</li>
<li>
<img class="img-responsive inline-block center-block" alt="" src="gt-secured-seal.gif">
</li>
</ul>
</div>

check this jsfiddle

关于html - 在 div Bootstrap 中居中放置 3 张图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31211352/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com