backgroun color in an h5 css code example
Example 1: turn a div green
div {
background-color: green;
}
Example 2: text background color css
body {
background-color:rgb(130, 50, 29);
}
div {
background-color: green;
}
body {
background-color:rgb(130, 50, 29);
}