Skip to main content

Practice ยท 1 of 2

Debug: The Losing Rule

A developer complains: 'my .price color rule is ignored!'. The stylesheet has a more specific rule that also sets color on the same element. Find the fight and fix it the *right* way โ€” make the class rule win by lowering the other rule's specificity or scoping it, NOT with !important.

Difficulty: beginner

Back to lesson: Practice: Selectors, Classes & the Cascade โ€” Practice