How do I use CSS3 gradients for my background-color and then apply a background-image to apply some sort of light transparent texture?
background-color
background-image
Multiple backgrounds!
body { background: #eb01a5; background-image: url("IMAGE_URL"); /* fallback */ background-image: url("IMAGE_URL"), linear-gradient(#eb01a5, #d13531); /* W3C */ }
1.4m articles
1.4m replys
5 comments
57.0k users