Suggest good books / resources on modern CSS and design techniques

Ideally, it will be constantly updated.

Another bonus is some CSS and Design project.

The problems that I want to solve for myself are as follows:

  • Understand deeply all CSS tricks (and not just how to style with a random snippet from the Internet).
  • Maintain updates with updates (Chrome is regularly updated, Firefox - even the ugly brother of IE starts to do this).
  • Connect the UX and external interface . Use a cool hack when necessary, and don’t do it when it’s not.
+7
source share
1 answer

Read this if you want to know a ton about CSS

http://reference.sitepoint.com/css

This is a great site for past reference and future updates:

http://css-tricks.com/

You should also keep an eye on nettuts.

http://net.tutsplus.com/category/tutorials/html-css-techniques/

If you want to read some books, I recommend you something from O'Reilly

http://oreilly.com/css-html/index.html

+6
source

All Articles