gpt4 book ai didi

css - 将 YouTube 嵌入页面居中

转载 作者:行者123 更新时间:2023-11-27 22:47:22 25 4
gpt4 key购买 nike

我一直在尝试将我的 YouTube 视频嵌入居中,但它无法正常工作。

我已经在 html 中尝试过 flexbox 和 center 标签,这是我得到的最接近的,这里真的需要一些帮助

我的代码:

CSS

    .Video {
display: inline-block;
position: absolute;
padding-left: 15px;
padding-right: 15px;
transform: translate(0,-50%);
}

enter image description here

最佳答案

问题是你的 css 是错误的。摆脱位置,显示和变换。我很确定你不需要任何这些。

检查这个 jsfiddle我做了。我认为您正在寻找 margin: 0 auto;。确保嵌入的视频包裹在一个 div 中,然后应用边距。如果您已经有了 margin-topmargin-bottom,那么只需设置 margin-left: automargin-right:自动;

关于css - 将 YouTube 嵌入页面居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59584318/

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