TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What is the best book on CSS?

1 点作者 deanebarker2 个月前
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 条评论

PaulHoule2 个月前
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 个月前
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.