style background color in css code example
Example 1: how to change background color in css
body{
background: lightblue;
}
Example 2: backgroud color css
background-color: blue;
body{
background: lightblue;
}
background-color: blue;