[thelist] Coding standards....

Matt Warden mwarden at gmail.com
Thu Dec 7 13:47:19 CST 2006


On 12/7/06, Ben Glassman <bglassman at gmail.com> wrote:
> Whenever I develop a site, I create a set of classes in a "Colors" section
> of my stylesheet that contain the colors used in the site. For example:
>
> .blue { color: #2B5353; }
> .black { color: #000; }

I see this a lot. And each time I ask: what are the semantics of:

<div class="blue">

?

It's just a variable replacement for:

<div style="color: #2b5353;">

-- 
Matt Warden
Cleveland, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.



More information about the thelist mailing list