Answers for "set parent background color css"

CSS
0

css using the same background-color as the parent background

.child {
    float: right;
    background-color: inherit;
}
Posted by: Guest on March-06-2020

Code answers related to "set parent background color css"

Browse Popular Code Answers by Language