Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background color using css

/* To apply color to background you have to use 'background-color' property and value of property is color name. */
html,body {
  background-color: blue;
}
 
PREVIOUS NEXT
Tagged: #background #color #css
ADD COMMENT
Topic
Name
9+5 =