Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background blend mode

/* One value */
background-blend-mode: normal;

/* Two values, one per background */
background-blend-mode: darken, luminosity;

/* Global values */
background-blend-mode: initial;
background-blend-mode: inherit;
background-blend-mode: revert;
background-blend-mode: unset;
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #background #blend #mode
ADD COMMENT
Topic
Name
4+9 =