Re: [css-d] Trying to understand the cascade
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
Hello all, Given the following CSS: body { color:blue; } #ola { color:black; } div { color:red; } p#ola.verde { color:green; }