Cascading order of CSS
In CSS, it’s possible to have more than one style specified for a HTML element. In simple terms, all styles, no matter how it’s specified will “cascade” down into one virtual stylesheet. This means you can define styles in an external style sheet, an internal stylesheet or inside a HTML element and all these styles will cascade down into one “master” stylesheet.
The order, from lowest to highest priority, is as follows: (Read more…)
