Answers for "gradient foreground to the image"

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

Browse Popular Code Answers by Language