Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to change the page background in css

body {
  /* this changes the page's background to green  */
  background-color: green;
}
 
PREVIOUS NEXT
Tagged: #change #page #background #css
ADD COMMENT
Topic
Name
9+7 =