Everyone in the office now is talking about CSS3 and HTML5, while not so much interested in HTML5, due to the lack of support in almost every browser (some support more some less), I dabbled around with CSS3 for some time now.
During my endeavor I came across some great sites that make CSS3 development, fairly easy and, to an extent, cross-browser friendly.
Those sites I would like to share with you.
Let’s start first with a site, which I have in my favorite bar as this is THE IMPORTANT site of all.
I like to call myself a CSS purist, with tolerance. Why do I say this ? Well most purists do not like to see ANY pixel values in CSS and instead use EM values.
The advantage of using em over px is, that em is scalable in almost all browsers and readers, thus the most appropriate for accessibility concerns.
And only for this concern I use em, almost exclusively for font sizes.
PX to EM

The best tool ever to help with px to em conversions
Now with the basics out of the way, we can focus on some CSS3 goodness.
Read the rest of this entry »








