Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how blend two backgrounds css and isolate content

.simple-blended {
 background-image: url(image.jpg);
 background-color: red;
 background-blend-mode: multiply;
 }
Source by getflywheel.com #
 
PREVIOUS NEXT
Tagged: #blend #backgrounds #css #isolate #content
ADD COMMENT
Topic
Name
3+5 =