Answers for "how to add background-image to a background-color css"

CSS
3

add background image and color css

background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("logo/header-background.png");
Posted by: Guest on March-14-2021
-1

background color and background image

background-color: #6DB3F2;
background-image: url('images/checked.png');
Posted by: Guest on April-21-2021

Code answers related to "how to add background-image to a background-color css"

Browse Popular Code Answers by Language