WDV205: Advanced CSS

1-2: Create a CSS Specificity Example

Div Parent Element

Inheritance Example

Child element inheriting color from parent element.

Precedence Example

Child class overides inherited style from parentst class based on the proximity to the element.

Specificity Example

Specificity of an inline style overrides styling placed on an element, id, and an element.