Like for
line-height: inherit;
With
body{line-height: 200%;}
So is inherited from body this way why need to set any element under body line-height: inherit;
? As is get from
body
Logic?
Thanks
Like for
line-height: inherit;
With
body{line-height: 200%;}
So is inherited from body this way why need to set any element under body line-height: inherit;
? As is get from
body
Logic?
Thanks
can you share the link of your challenge?
i can’t really understand your question…
Not all elements inherit from the body.
https://jsfiddle.net/gvLd0pwu/