Answers for "how to create a background css"

CSS
14

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 create a background css"

Browse Popular Code Answers by Language