Answers for "add gradient color background to image online"

0

gradient background image

body {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(IMAGE_URL);
}
Posted by: Guest on August-04-2021

Code answers related to "add gradient color background to image online"

Browse Popular Code Answers by Language