Answers for "add page background in html or css?"

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 "add page background in html or css?"

Browse Popular Code Answers by Language