/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.gradient-fill { background-image: -moz-linear-gradient(top, #444444, #999999); background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #444444),color-stop(1, #999999)); }