Answers for "should i insert background in css or html"

CSS
16

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 "should i insert background in css or html"

Browse Popular Code Answers by Language