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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do I need to learn CSS?

2 点作者 xcoding超过 5 年前
I am learning Python for Web dev. Do I need to learn CSS?<p>Please suggest which CSS framework is the best, and resources to learn CSS.

2 条评论

ktpsns超过 5 年前
Something people frequently forget is the easiness of the &quot;vanilla&quot; (plain) technology, like HTML, CSS, JavaScript. It is worth learning these basics regardless of whether you want to hide them behind stacks of frameworks or not.<p>And for CSS, you can do quite advanced stuff without using any library or framework.
RoyTyrell超过 5 年前
I suppose you could get by with never learning it, but I think that would be hampering yourself. While there all &quot;languages&quot; that kick out CSS, it is one of the core building blocks of the web space.<p>The basics are very easy to learn compared to Python. I would think you should be able to pick it up very quickly.<p>Some of the best online resources are probably:<p>* Mozilla Developer Network online documentation (<a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;CSS" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;CSS</a>)<p>* w3schools (<a href="https:&#x2F;&#x2F;www.w3schools.com&#x2F;css&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3schools.com&#x2F;css&#x2F;</a>)