Answers for "colors background"

CSS
3

how to change the page background in css

body {
  /* this changes the page's background to green  */
  background-color: green;
}
Posted by: Guest on June-24-2020
0

css coor background

body {background-color: coral;}
Posted by: Guest on November-01-2020

Code answers related to "colors background"

Browse Popular Code Answers by Language