background color webpage code example
Example 1: website background colour
body {
background-color: lightblue;
}
Example 2: how to change background color in css
body{
background: lightblue;
}
body {
background-color: lightblue;
}
body{
background: lightblue;
}