gpt4 book ai didi

html - 居中 iframe 谷歌地图

转载 作者:行者123 更新时间:2023-11-28 05:21:54 24 4
gpt4 key购买 nike

我想让 iframe 居中,但它不会移动。如何让它发挥作用?

<section>
<iframe src="insertlocation" width="600" height="450" frameborder="0" style="border:0" align="center"
allowfullscreen></iframe>
</section>

最佳答案

通过将此样式放在父 div 上,您可以将 iframe 居中放置在另一个容器中。

<section id="parentContainerExample" style="display: flex; align-items: center; justify-content: center;">

<iframe: width="600" height="450"></iframe>

</section>

编辑:这是一个工作 fiddle https://jsfiddle.net/ywp9veug/

关于html - 居中 iframe 谷歌地图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38986711/

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