gpt4 book ai didi

html - 如何将此响应式图像垂直和水平居中?

转载 作者:行者123 更新时间:2023-11-28 12:30:29 26 4
gpt4 key购买 nike

好吧,我尝试使用 vertical-align 和 text-align 属性将此响应图像居中,但没有成功。有人可以告诉我我做错了什么。我希望图像在页面中间垂直和水平。

<div class="circle">
<div class="bl-circle" style="z-index:9999;">
<a href="http://www.leedsrush.com"><img src="images/Circular.png" onmouseover="this.src='images/leeds.png'" onmouseout="this.src='images/Circular.png'" style="width:100%; height:100%;"/>
</a>
</div>
</div>

.bl-circle{
position: absolute;
max-width:250px;
max-height:250px;
height:100%;
width:100%;
margin-left:auto;
margin-right:auto;
}

.circle{


}

最佳答案

我会查看本教程:

http://pmob.co.uk/pob/hoz-vert-center.htm

这就是我在尝试使页面中的元素居中时使用的方法。每次都像魅力一样工作,尤其是当您不知道元素的宽度和高度时底部的示例。

关于html - 如何将此响应式图像垂直和水平居中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18276490/

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