/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.element { background-image: url(image.png), -moz-linear-gradient(top, #fff, #000); background-image: url(image.png), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000)); }