Answers for "how to put css background in html using style"

CSS
15

how to add background in css

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

Code answers related to "how to put css background in html using style"

Browse Popular Code Answers by Language