gpt4 book ai didi

html - 我的 iframe 根本不会居中

转载 作者:行者123 更新时间:2023-11-28 16:06:14 25 4
gpt4 key购买 nike

我试过使用 div 使 iframe 居中,但没有用。我已经浏览了大约 20 个不同的帖子,但没有一个有效。

代码如下:

center {
display: block;
margin-left: auto;
margin-right: auto;
}
<center>
<iframe src="gallery.html" width="100%" style="height:100vh";></iframe>
</center>

我错过了什么吗?

最佳答案

我想这个解决方案就是您想要的。

减小iframe的大小,为容器元素设置widthtext-align

.centered {
width: 100%;
text-align: center;
}
<div class="centered">
<iframe src="gallery.html" width="80%" style="height:100vh";></iframe>
</div>

关于html - 我的 iframe 根本不会居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39184095/

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