text-background css code example
Example 1: css background color
body {
background-color: green;
}
Example 2: css background for text
background-color: green;
body {
background-color: green;
}
background-color: green;