[css-d] site check www.wecweddings.com

2010-02-25 Thread Noah Learner
Hi All, I have just made http://www.wecweddings.com live. Any usability feedback is greatly appreciated especially on mobile devices. Many Thanks, Noah Learner LEARNER DESIGN www.learnerdesign.com 9 Lewis Court | Nantucket, MA 02554 508.325.6626 LEAVE YOUR MARK*

[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; }

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; } p#ola.verde {