Re: [css-d] Trying to understand the cascade

2010-02-25 Thread Philippe Wittenbergh
On Feb 26, 2010, at 11:26 AM, MEM wrote: > Hello all, > > Given the following CSS: > >body { >color:blue; >} > >#ola { >color:black; >} > >div { >color:red; >} > >

[css-d] Trying to understand the cascade

2010-02-25 Thread MEM
Hello all, Given the following CSS: body { color:blue; } #ola { color:black; } div { color:red; } p#ola.verde { color:green; }