RT jhey 🔨🐻✨
Lil CSS Tip ⚡️
Create that classic duotone effect with CSS ✨
.card {
background:
linear-gradient(var(--red-light), var(--red)),
url(./me.png), gray;
background-blend-mode: darken, luminosity;👈
}
Stack and blend those backgrounds 🤙😎
@CodePen link below 👇
https://twitter.com/jh3yy/status/1588188884046938124