background color for any color code example
Example 1: background color none
element {
background-color: transparent;
}
Example 2: background color css
html,body {
background-color: red;
}
element {
background-color: transparent;
}
html,body {
background-color: red;
}