Underspecified CSS: Bad practice
April 20th, 2007Underspecified CSS is the name I am giving this sort of code:
h2 span
{
color: black;
}
I'll show you why this code is the bane of large sites.
Read full entry »Underspecified CSS is the name I am giving this sort of code:
h2 span
{
color: black;
}
I'll show you why this code is the bane of large sites.
Read full entry »