Answers for "css background image with background colour"

CSS
4

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

have background color and background image css

/*You need to use the full property name for each: */
background-color: #6DB3F2;
background-image: url('images/checked.png');
Posted by: Guest on October-29-2021

Code answers related to "css background image with background colour"

Browse Popular Code Answers by Language