Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background css

/* Color (Example: red): */
html,body {
  background-color: red;
}

/* Image (Example: your.picture): */
html,body {
  background-image: url("your.picture");
}
Source by www.freecodecamp.org #
 
PREVIOUS NEXT
Tagged: #background #css
ADD COMMENT
Topic
Name
5+6 =