@superozzySubmitted over 3 years ago
hey guys,any idea how can i change the color of the image! thanks!
hey guys,any idea how can i change the color of the image! thanks!
/* 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%); }