Im trying to make my background image blurry but i can't featured it out. can you help me ? Thanks in advance .. here are my code.
here the code for the background images:
html {
background: url(bench-green-park.jpg) no-repeat center center fixed ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat:no-repeat;
margin:0;
padding:0;
height:92%;
}