Answers for "write css background image color together"

CSS
0

set background image and color both

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

insert background colour to css file

body {
  background-color: lightblue;
}
#i've given the example of light blue you can use any other colour
Posted by: Guest on March-01-2021

Code answers related to "write css background image color together"

Browse Popular Code Answers by Language