how to add a background and background color on top in css code example
Example 1: css set background color
body {
background-color: red;
}
Example 2: css coor background
body {background-color: coral;}
body {
background-color: red;
}
body {background-color: coral;}