Quote:
|
Originally Posted by seen.to
background: #000; is perfectly valid and IMO preferable to the long version.
|
I think he means using the background property with only one value.
Using...
Instead of...
Code:
background-color: red;
I can neither confirm nor deny that the first is bad.