Prince Eze
@princeezeAll solutions
- Submitted 7 months ago
Blog preview card solution
- HTML
- CSS
Cascading of line-height.
I wrote
body{ line-height: 150%; }
But when I inspect any of its child elements on Dev tools, I see it with a strike-through (meaning its not applied). So I have to specify line-height on every class. But line-height is supposed to inherit by default.