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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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}