Answers for "css add background to website"

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 "css add background to website"

Browse Popular Code Answers by Language