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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to help non-technical designers work with CSS?

9 点作者 oblomovshchina大约 6 年前
One of my coworkers is a graphic designer&#x2F;illustrator kind of guy. He knows colors and how to draw and how to make things look neat and ordered, but he lacks an explicit understanding of UX and the technical knowledge to work with CSS. Lately, he has expressed an interest in wanting to help me with the styling of websites, which I would welcome, since I am not a visual person.<p>I would be grateful if you guys could recommend some resources (books, websites, etc) that I could give my designer friend to help him get started with understanding CSS and understand UX&#x2F;UI patterns.<p>Maybe even a WYSIWYG app he could use while we transition him to directly dealing with the css files. I&#x27;m looking for a kind of friendlier Chrome DevTools he could fire up, not something like Dreamweave.<p>Thanks.

5 条评论

Nilef大约 6 年前
A really good way (for me anyway) was to start by using a tool like Webflow.com - It&#x27;s visually designing websites, but using proper CSS concepts (flexbox, margin, padding etc.) - and so teaches the building blocks at a very accessible and productive level
评论 #19637878 未加载
0bit大约 6 年前
“CSS In Depth” from Manning[0] is an excellent resource to learn how to go from unstyled pages to properly styled ones.<p>[0]: <a href="https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;css-in-depth" rel="nofollow">https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;css-in-depth</a>
headsclouds大约 6 年前
Similar to Webflow — which is an excellent intro to styling websites for non-technical folks — there&#x27;s a WordPress plugin called Oxygen[1] which I really recommend checking out as it is more-less the same as Webflow, just built on top of WordPress which you can use locally, or whatever.<p>[1]: <a href="https:&#x2F;&#x2F;oxygenbuilder.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;oxygenbuilder.com&#x2F;</a>
评论 #19659304 未加载
justusthane大约 6 年前
Does he want to learn CSS? I&#x27;m neither a front-end dev nor a designer, but I think typically how this would go is he would design the site in some sort of mockup software (or even Photoshop, if that&#x27;s what he&#x27;s comfortable with), and then it&#x27;s your job to build that into a website.
throwaway13000大约 6 年前
<a href="https:&#x2F;&#x2F;cssbattle.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cssbattle.dev&#x2F;</a><p>This is good for practice. Was on HN two days ago.