Tint Image With Background Color Css

[Solved] Tint Image With Background Color Css | Php - Code Explorer | yomemimo.com
Question : tint image with background color css

Answered by : sean

.tinted-image { background-image: /* top, transparent red */ linear-gradient( rgba(255, 0, 0, 0.45), rgba(255, 0, 0, 0.45) ), /* your image */ url(image.jpg);
}

Source : https://stackoverflow.com/a/25816846/6111540 | Last Update : Fri, 27 Mar 20

Answers related to tint image with background color css

Code Explorer Popular Question For Php