Sunday, June 28, 2015

Transparency with gradient

body {
background: -webkit-linear-gradient(black, transparent 70%),
                      url('images/sky.jpg'), white;
background-repeat: no-repeat;
background-attachment:fixed;
}

No comments:

Post a Comment