Answers for "css use background image and color"

CSS
2

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
13

how to add background in css

body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}
Posted by: Guest on November-07-2019
7

css background image

background-image: url("image.gif");
Posted by: Guest on April-01-2020

Code answers related to "css use background image and color"

Browse Popular Code Answers by Language