Answers for "how to make bacground image in 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
14

baclgroud image css

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

Code answers related to "how to make bacground image in css"

Browse Popular Code Answers by Language