Design comparison
SolutionDesign
Solution retrospective
hey guys,any idea how can i change the color of the image! thanks!
Community feedback
- @tecnoadvancePosted over 3 years ago
/* Another possible solution could be... */
.img-container { background: var( soft violet ); }
.img-card { mix-blend-mode: color-dodge !important; -webkit-filter: saturate(400%) contrast(150%); filter: saturate(400%) contrast(150%) opacity(250%) brightness(50%); }
1 - @RaelindaPosted over 3 years ago
.card-img-container { background-color: var(--Soft-violet); border-radius: 5px 5px 0 0; }
.card-img { border-radius: 5px 5px 0 0; object-fit: cover; width: 100%; mix-blend-mode: multiply;
}
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord