Jessica's CSS Notes

CSS:

Two ways to identify an element in CSS:

Ways to apply CSS

Inheritance

Certain CSS properties are automatically inherited from parent elements (eg: color or font-family are inherited by default)

Specificity

More specific markup takes precedence