css background color parent code example
Example: css using the same background-color as the parent background
.child {
float: right;
background-color: inherit;
}
.child {
float: right;
background-color: inherit;
}