One of the first coding languages I taught myself was CSS. I’ve learned the wrong way and right way to do many of the tasks CSS can handle. Hopefully some of the resources below will help someone else alpong their way to CSS mastery.
Books
The first book I ever purchased about CSS was very helpful at explaining why you do certain things with CSS.
[asa personal_post]1590596145[/asa]
Another book I have used many times on ways to work around old browsers or weird quirks was helpful in my CSS learning experience.
[asa personal_post]0764579851[/asa]
The book below is a great reference for terminology and rules. A must for those who don’t remember what a :pseudo-element refers to.
[asa personal_post]0596515057[/asa]
Website Links
One of the best CSS example websites out there.
Basic menu designs done in CSS.
Great list of CSS best practices.
CSS layouts done well for almost any situation.
Random Resources
Grid calculator for your layouts.
What you should know about CSS specificity.
An Em to Px calculator.


