CodeWithHarry

In above we applied id and class selector styles but we already know that id selector has more specificity that's why all the styles can be applied by id selector not by class.

Element Selector h1 Specificity Value (1)

Class Selector Specificity Value (10)

Id Selector Specificity Value (100)