background colour ccs code example
Example 1: css background color
body {
background-color: green;
}
Example 2: css background collor
<style>
body {
background-color: coral;
}
</style>
body {
background-color: green;
}
<style>
body {
background-color: coral;
}
</style>