Answers for "how tot put background color to div when the parent div has background color alreday"

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 "how tot put background color to div when the parent div has background color alreday"

Browse Popular Code Answers by Language