CSS Guide Naming elements Get BEM Semantic HTML & CSS Overriding in CSS Overriding in a descending order !important (override all) > Inline Style > id > Subsequent Selector **Basically, the closer the style rule is to an element, the more specific it is. **