background colour class css code example
Example 1: background color css
html,body {
background-color: red;
}
Example 2: css set background color
body {
background-color: red;
}
html,body {
background-color: red;
}
body {
background-color: red;
}