gpt4 book ai didi

html - 如何在移动设备上使用 css 使图像居中?

转载 作者:太空宇宙 更新时间:2023-11-04 01:10:50 24 4
gpt4 key购买 nike

我在 html 标签上使用背景 imgimg 不在中心。我使用 background size: cover; 但它无法正常工作

<section class="section-a">
<h1 class="main-header-sec-a">Bienvendio a Vida Excotica</h1>
</section>

.section-a{
background-image: url('/img/waffles.jpeg');
min-height: 100%;
height: 700px;
background-size: cover;
}

这是结果

enter image description here

这是我的

enter image description here

最佳答案

你也可以像这样缩放图像:

background-size: 100% auto;

JSFiddle:http://jsfiddle.net/6h4up90v/6/

关于html - 如何在移动设备上使用 css 使图像居中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51235982/

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