Skip to main content
🔮 Output PredictionCS CSS Easy⚡+10 XP

Inheritance

Does the <p> inherit the parent color?

CSS
.parent { color: blue; }
.parent p { /* no color set */ }

🔮 What is the output?