gpt4 book ai didi

html - 在 CSS 中居中图像

转载 作者:太空宇宙 更新时间:2023-11-03 20:29:31 25 4
gpt4 key购买 nike

我的 css 有问题,我似乎无法使我的图像居中,除非我使用填充,我尝试使用 flexbox、wit justify-content 和对齐元素,但它不起作用,我不知道该怎么做做,不管它不会居中,除非我使用填充。有人可以帮忙吗?

这里是目前的代码:

img {
padding: inherit;
margin:auto;
text-align:center;
}

here is the outcome of the webapage

最佳答案

试试这个:

img {
padding: inherit;
margin:auto;
width: 200px;
display: block;
}
<img src="http://justcuteanimals.com/wp-content/uploads/2016/10/baby-bear-pictures-cute-animal-pics.jpg">

关于html - 在 CSS 中居中图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45439710/

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