Answers for "set a gradient over an image"

CSS
3

gradient over image css

#linear-gradient-over-image{
    background-image: linear-gradient(to bottom, black, white), 
      url('images/background.jpg');
    background-size: cover;
}
Posted by: Guest on May-27-2020
0

how to add linear gradient to an image

add linear gradient to an image
Posted by: Guest on June-08-2021

Code answers related to "set a gradient over an image"

Browse Popular Code Answers by Language