Answers for "css use the same background color of css class"

CSS
3

how to give 2 different background color css

background: repeating-linear-gradient(#74ABDD, #74ABDD 49.9%, #498DCB 50.1%, #498DCB 100%);
Posted by: Guest on October-14-2020
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 "css use the same background color of css class"

Browse Popular Code Answers by Language