Order of Specificity in CSS.
The given below are the order by which specificity of CSS is affected
Priority-1: !important keyword
Priority-2: Inline-style
Priority-3: Id selector
Priority-4: Class selector
Priority-5: Tag selector
Let understand how certain styles get app...
chcodes.hashnode.dev3 min read