gpt4 book ai didi

html - img-responsive 不居中

转载 作者:可可西里 更新时间:2023-11-01 14:44:53 27 4
gpt4 key购买 nike

我需要一些帮助。
img-responsive 不以这段代码为中心。

div.container-main {
margin-left: auto;
margin-right: auto;
text-align: center;
}

那么HTML代码就是这个

  <div class="container-main">  
<section class="main">
<img class="img-responsive" src="img/bio.png" alt="Microscópio Óptico">
</section>

有什么帮助吗?我已经看过 this one但没有为我工作。
没有 img-responsive 它工作得很好。
我正在使用 Bootstrap。

最佳答案

这是一个令人愉快的简单修复。因为来自 Bootstrap 的 .img-responsive 已经设置了 display: block,你可以使用 margin: 0 auto 来居中图像:

.img-responsive {
margin: 0 auto;
}

关于html - img-responsive 不居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31868969/

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