Answers for "background color from parent"

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 "background color from parent"

Browse Popular Code Answers by Language