Answers for "css background-color and background-image together"

CSS
0

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
0

set background image and color both

background: green url(images/shadow.gif) right no-repeat;
Posted by: Guest on April-07-2021

Code answers related to "css background-color and background-image together"

Browse Popular Code Answers by Language