shape background color css code example
Example 1: background color css
html,body {
background-color: red;
}
Example 2: text background color css
body {
background-color:rgb(130, 50, 29);
}
html,body {
background-color: red;
}
body {
background-color:rgb(130, 50, 29);
}