Group 3

Cascade

The ability to have nmultiple styles from different sources together into one definite style

Inheritance

When applied to an element in a doc, a property with the value "inherit" will use the same value as the parent element for that property

Specificity

When there are 2 or more declarations that apply to one element and same property. The selector with the most specific selector will take precedence

css