HTML .png模糊

时间:2018-08-01 09:26:11

标签: html css image blur

我目前正在使用模板在网站上工作,当我替换背景图像时,我注意到它很模糊。我在网上阅读了很多有关s = input("Please enter your name: ") def has_space(item): for i in item: if i.isspace(): print('Cannot contain spaces.') global s s = input("Please enter your name: ") return True while 1: if has_space(s): print('0') else: break print('Welcome ' + s) 的内容,但是更改这些内容绝对对我没有任何帮助。这是html / css文件上的代码。

我很高兴听到任何有关修复的建议。以前从未在此发布过,所以如果我忘记了什么,只需问问您需要什么

z-index
.single-slider {
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    position: relative;

}

.single-slider::before {
    background:  none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

0 个答案:

没有答案