【发布时间】:2020-08-08 12:31:44
【问题描述】:
我目前正在处理一个网站,但在主标题区域中对齐/定位背景图像时遇到问题。
我希望在那里可以完全看到图像。当我缩小到网站的移动版本时,我希望它也能正常工作。
这里是问题的截图,图片刚好居中(我也用过大图):
下面是我的 CSS 代码:
.header-six .header-t {
padding: 30px 0;
text-align: center;
background-image: url("/image.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
【问题讨论】:
标签: html css image background position