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.

What is the best book on CSS?

1 pointsby deanebarker2 months ago
I've been working on the web for almost 30 years, but CSS has changed SO much in the last 5-10. I need to reset my knowledge, from the ground up. What's the best way to do this?

2 comments

PaulHoule2 months ago
To really master everything in CSS I&#x27;d say you should learn your way around the specifications, as daunting a task as that is<p><a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;css-2024&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;css-2024&#x2F;</a><p>Surprisingly, Microsoft copilot is pretty good at answering questions you may have about CSS.
dtagames2 months ago
Ask ChatGPT to explain any concepts you don&#x27;t understand. Or have Cursor write some for you and then explain it. The MDN documentation is much better than the spec, but it&#x27;s hard to know where to look unless you have code in front of you.<p>Another option is to ask Cursor to create a simple layout like a grid with a header and two columns, then ask it to explain the CSS it generated.<p>Using an AI like a professor sitting next to you is your best bet these days. Be sure to make lots of your own statements and ask questions like, &quot;Is is true that...&quot; so the LLM can level-up your knowledge.