Forays into CSS3, Part 1

I’m currently working to refresh my CSS skills. It’s been an interesting process thus far. CSS is a very powerful computer language that has given web designers a huge level of control over the presentation of web content, and it’s only grown more powerful in the many years since it has been introduced. I wrote my first webpage an eternity ago, back when CSS support was spotty among web browsers and the only thing I really used CSS for was to create mouseover effects with a:hover. It’s amazing how far the web has come since then.

I’m going to use this post to list some of the CSS resources I’ve found online that may come in handy later.

Books to look up

  • Mobile First / Introducing HTML5 (Bruce Lawson, SHarp)
  • CSS3 Visual Quickstart Guide
  • Stunning CSS3 – A Project Based Guide