Answers for "css background gradient with image overlay"

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

Code answers related to "css background gradient with image overlay"

Browse Popular Code Answers by Language