Is using css class always a better idea to get rid of style overriding problems?
- by metal-gear-solid
Is using css .class in place of #id always a better idea to get rid of style overriding problems and iimportant?
#content ul li a {font-size:10px}
#content .demo ul li a {font-size:15px}