🔮 Output PredictionCS CSS Easy⚡+10 XP
Inheritance
Does the <p> inherit the parent color?
CSS
.parent { color: blue; }
.parent p { /* no color set */ }Does the <p> inherit the parent color?
.parent { color: blue; }
.parent p { /* no color set */ }