📖 Overview
Smashing CSS is a technical guide focused on advanced CSS techniques for web developers and designers. The book covers both practical coding solutions and conceptual approaches to styling modern websites.
The text includes sections on professional styling practices, cross-browser compatibility, and methods for creating flexible, maintainable stylesheets. Code examples demonstrate multiple approaches for layout, typography, interface components, and visual effects.
Eric Meyer presents debugging strategies and addresses common CSS challenges through real-world scenarios and case studies. Specific topics include selectors, positioning, floats, and the box model.
The book stands as a resource for taking CSS beyond basic implementation, emphasizing principles of modularity and scalability in web design. Its technical depth serves developers seeking to expand their understanding of CSS capabilities and best practices.
👀 Reviews
Reviews indicate the book serves as a practical reference rather than a comprehensive CSS guide. Most readers note it works best for intermediate developers who already understand CSS basics.
Readers highlighted:
- Clear explanations of advanced selectors and techniques
- Strong examples for specific CSS problems
- Useful tips for professional development workflows
- High-quality code samples and illustrations
Common criticisms:
- Content feels dated (published in 2010)
- Too basic for experienced developers
- Not structured well for beginners
- Some concepts explained too briefly
Ratings:
Goodreads: 3.8/5 (121 ratings)
Amazon: 3.5/5 (31 ratings)
"More of a cookbook than a tutorial," noted one Amazon reviewer. Multiple readers mentioned the book works best as a desk reference to consult when encountering specific CSS challenges rather than reading cover-to-cover. Several reviewers said they still refer to certain chapters years after publication, particularly for selector techniques.
📚 Similar books
CSS: The Definitive Guide by Eric Meyer, Estelle Weyl
The comprehensive reference covers CSS properties, selectors, and concepts from basic to advanced implementation.
CSS Secrets by Lea Verou The book presents solutions to real-world CSS challenges through practical examples and techniques.
HTML and CSS: Design and Build Websites by Jon Duckett The visual guide combines technical instruction with design principles to create functional web layouts.
CSS: The Missing Manual by David Sawyer McFarland The reference examines CSS fundamentals, responsive design, and troubleshooting techniques with step-by-step instructions.
CSS Master by Tiffany B. Brown The guide explores modern CSS practices, including flexbox, grid, animations, and architecture patterns.
CSS Secrets by Lea Verou The book presents solutions to real-world CSS challenges through practical examples and techniques.
HTML and CSS: Design and Build Websites by Jon Duckett The visual guide combines technical instruction with design principles to create functional web layouts.
CSS: The Missing Manual by David Sawyer McFarland The reference examines CSS fundamentals, responsive design, and troubleshooting techniques with step-by-step instructions.
CSS Master by Tiffany B. Brown The guide explores modern CSS practices, including flexbox, grid, animations, and architecture patterns.
🤔 Interesting facts
🔹 Eric Meyer, the author, helped pioneer CSS support in web browsers during the 1990s and created the renowned CSS reset stylesheet that became an industry standard.
🔹 The book was published in 2010 during a pivotal time when CSS3 was emerging, helping developers transition from older techniques to modern CSS features.
🔹 CSS (Cascading Style Sheets) was first proposed by Håkon Wium Lie while working at CERN in 1994, the same place where the World Wide Web was created.
🔹 Meyer was one of the founders of An Event Apart, a highly influential web design conference series that has educated thousands of developers since 2005.
🔹 The techniques covered in "Smashing CSS" laid groundwork for responsive web design practices, which became crucial as mobile devices grew in popularity.