Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to give background overlay in css

.testclass {
    background-image: url("../images/image.jpg"), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #give #background #overlay #css
ADD COMMENT
Topic
Name
1+9 =