5 <title>Transform and Blend Mode
</title>
8 background: cornflowerblue;
14 background-color: hsla(
0,
0%,
0%,
.25);
15 mix-blend-mode: multiply;
17 .box-blend-mode-inner {
20 background-image: url(
"../backgrounds/transparent-32x32.png");
21 background-position: center center;
22 background-repeat: no-repeat;
23 mix-blend-mode: multiply;
26 .box-blend-mode-inner.transformed {
27 transform: rotate(
45deg);
33 <div class=
"box-blend-mode">
34 <div class=
"box-blend-mode-inner"></div>
36 <div class=
"box-blend-mode">
37 <div class=
"box-blend-mode-inner"></div>