• Collection:
    Blogroll

    CSS { In Real Life }

    If you’re interested in front-end development, and CSS in particular, Michelle Barker’s blog is a great resource. She writes articles about CSS features and more general web tech topics. You’ll also find some links to guest posts on other websites.
  • Collection:
    Bookmark

    Inline conditionals in CSS?

    Last week, the CSS WG resolved to add an inline if() to CSS. But what does that mean, and why is it exciting?
  • Collection:
    Bookmark

    Single Div Drawings with CSS

    As a web designer, CSS is my medium and so I challenged myself to learn all I could about it and to explore and experiment with its limits.
  • Collection:
    Blogroll

    Ahmad Shadeed

    If you are interested in CSS, Ahmad's blog is definitely worth following. He writes in-depth articles about new CSS features. His only flaw: an RSS feed that doesn't even display an excerpt/introduction to the article.
  • Collection:
    Bookmark

    RTL Styling 101

    Over 292 million people around the world speak Arabic as their first language. Arabic [...] is my native language, and I sometimes build websites that need to support both left-to-right (LTR) and right-to-left (RTL) styles.
  • Collection:
    Bookmark

    The math of CSS Locks

    A CSS lock is a Responsive Web Design technique that lets you transition smoothly between two values, depending on the current viewport size, rather than jump straight from one value to the other.