The best summary of CSS selectors is closer than you think

Some people can memorize everything, and I am not one of them. So when a colleague asked about a certain attribute selector today, I could think of no better source than the one I refer to whenever I need to remind myself of selector syntax: http://www.w3.org/TR/css3-selectors/#selectors. You can be reasonably sure it’s complete and up-to-date.

Posted in CSS

A gentle introduction to CSS3 Flexible Box Module (Part 1)

This article is outdated and no longer accurate. Find up-to-date information about flexbox at HTML5 Please. Note: There is no Part 2 to this introduction, as the Flexbox spec has been changed significantly since this post was written. I did, however, write up an introduction to the newer version of the spec, though I couldn’t […]