我正在尝试将此图片放在div
页面的背景中。我正试着让它全屏“宽度”。因此图片的大小为980x420
,但它根本不起作用。我知道我错过了一些东西,但我无法在任何地方找到它。
CSS
.Sil{
max-width: 100%;
height: 300px;
background: url(../Images/TALENT.png) no-repeat;
}
HTML
<div class="Sil"></div>
答案 0 :(得分:1)
您的图像可能小于980像素。如果是这种情况,您可以从max-width: 100%;
更改为width: 100%'. Other option is to use
background-size:cover;`
答案 1 :(得分:0)
For More Information!去和结帐...