1html {
2 min-height:100%;
3 background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(http://lorempixel.com/800/600/nature/2);
4 background-size:cover;
5}
6
1html {
2 background:url(http://lorempixel.com/800/600/nature/2);
3 background-size:cover;
4 box-shadow:inset 0 0 0 2000px rgba(255, 0, 150, 0.3);
5}