CSS is shown for the image in the developer tools. What does this mean?

Viewed 30

enter image description here

What does it mean to be thinly marked? The CSS seems to be applied, but I am curious to know. Thank you in advance.

1 Answers

I understood by his answer. Thank you very much.

I assume you mean the properties that are semi-transparent. Those are properties that were not applied to the current element, but only to the parent they are defined on. developer.mozilla.org/en-US/docs/Web/CSS/inheritance – TiiJ7 Sep 16 at 7:01

Related