我生命中的最后一小时,我一直在寻找如何使我的网站背景成为图像。我找不到一篇帮助解释或工作的帖子。
代码:
body {
background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSdA1670FJVHsBy1-mv6eF8xnLJi5rp-09t0102mSD6QDcxObMKnA');
background-size: cover;
background-repeat: no-repeat;
图像非常模糊,如何解决?
答案 0 :(得分:0)
body {
background: url('http://images.summitpost.org/original/462463.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100vh;
}

<h1>Some content</h1>
&#13;