gpt4 book ai didi

html - 水平居中 div 中的图像

转载 作者:IT老高 更新时间:2023-10-28 11:05:30 24 4
gpt4 key购买 nike

我在一个 div (class="top_image") 中有一个 img,我希望这张图片正好在 div 的中间,但我没有尝试过...

感谢您的帮助!

最佳答案

此处发布的每个解决方案都假定您知道 img 的尺寸,这不是常见的情况。此外,种植尺寸进入解决方案是痛苦的。

简单设置:

/* for the img inside your div */
display: block;
margin-left: auto;
margin-right: auto;

/* for the img inside your div */
display: block;
margin: 0 auto;

就是这样。

请注意,您还必须为外部 div 设置初始 min-width

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

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