css using the same background color as the parent background

Solutions on MaxInterview for css using the same background color as the parent background by the best coders in the world

showing results for - "css using the same background color as the parent background"
Daniela
22 Sep 2020
1.child {
2    float: right;
3    background-color: inherit;
4}