TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can you recommend advanced books on CSS?

11 pointsby zygimantasdevalmost 9 years ago
Hello HN!<p>was wondering if you could recommend up-to-date books, similar material on CSS which go over best practices, advanced topics. For some reason they are hard to find. Thanks!

8 comments

OtterCoderalmost 9 years ago
CSS is an art in a very literal sense. Once you know the basic technique a book won&#x27;t help you as much as seeing examples in the wild and trying to reverse engineer them. To learn the nitty-gritty nuts and bolts of CSS, try reading the CSS-Tricks blog and digging into the documentation on MDN.<p>Finally, to truly master CSS, learn the art of brevity. Most stylesheets I see are terribly bloated and over specified. Always ask, &quot;Can I do this in fewer declarations? Do I really need all of these constraints? Is there a single style that will work smoothly across all sizes without media queries?&quot;<p>Learn that, and you won&#x27;t need a book.
评论 #12047788 未加载
ryanlmalmost 9 years ago
I think you&#x27;re better off reading the box model spec.
评论 #12044096 未加载
评论 #12044090 未加载
perceptalmost 9 years ago
You might try: <a href="https:&#x2F;&#x2F;abookapart.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;abookapart.com&#x2F;</a><p>I read their _Responsive Web Design_ title a while back and found it helpful and concise.<p>I see there&#x27;s a CSS3 title written by the founder of Dribbble, for example, and updated in 2015.<p>This stuff changes so quickly, it may also be better to follow online, as others have suggested.
brudgersalmost 9 years ago
Eric Meyer wrote <i>CSS: The Definitive Guide</i>. The current edition {4th} was released section by section. It can be found here:<p><a href="http:&#x2F;&#x2F;www.oreilly.com&#x2F;pub&#x2F;au&#x2F;52" rel="nofollow">http:&#x2F;&#x2F;www.oreilly.com&#x2F;pub&#x2F;au&#x2F;52</a>
puransalmost 9 years ago
CSS Mastery is a good one - <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;CSS-Mastery-Advanced-Standards-Solutions&#x2F;dp&#x2F;1430223979" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;CSS-Mastery-Advanced-Standards-Soluti...</a>
评论 #12047779 未加载
Hamattialmost 9 years ago
One of my favorite books is Lea Verou&#x27;s CSS Secrets [0].<p>[0] <a href="http:&#x2F;&#x2F;shop.oreilly.com&#x2F;product&#x2F;0636920031123.do" rel="nofollow">http:&#x2F;&#x2F;shop.oreilly.com&#x2F;product&#x2F;0636920031123.do</a>
评论 #12048641 未加载
codegeekalmost 9 years ago
Not a book necessarily but I really like this css reference:<p><a href="http:&#x2F;&#x2F;tympanus.net&#x2F;codrops&#x2F;css_reference&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tympanus.net&#x2F;codrops&#x2F;css_reference&#x2F;</a>
评论 #12047771 未加载
adamnemecekalmost 9 years ago
Check out smacss <a href="https:&#x2F;&#x2F;smacss.com" rel="nofollow">https:&#x2F;&#x2F;smacss.com</a>
评论 #12047772 未加载