A co-worker asked for a recommendation for a good CSS course for them to learn further. They are not a total beginner and can do fairly complex styling and the like, however, they have been 100% self taught and so have picked up things that are just the wrong way of doing it.<p>Most intermediate courses I've found focus on CSS frameworks or precompilers and the like, he doesn't want this as most of their work is landing pages etc so the CSS course needs to focus on plain CSS with HTML.<p>Any recommendations?
I second <a href="https://css-for-js.dev/" rel="nofollow">https://css-for-js.dev/</a> by Josh Comeau! Josh does an excellent job at tying seemingly disparate concepts together. If you're interested in advanced animations, <a href="https://frontendmasters.com/courses/css-animations/" rel="nofollow">https://frontendmasters.com/courses/css-animations/</a> is really good!
While I haven’t read his book [0], I always enjoy the articles by Ahmad Shadeed [1][2]. The ones that focus on how big websites like Facebook implemented specific functionality and how he would have tackled it are a great resource in advanced CSS.<p>I would also recommend the “thinking of ways to solve…” gui challenges [3] YouTube videos and web.dev articles by Adam Argyle.<p>Others have mentioned Josh W Comeau who definitely puts out good articles as well.<p>In the end, as with everything programming related it comes down to actually building stuff and getting your hands dirty. CSS is really something you can only get better at by running into real world issues and discovering its quirks.<p>[0] <a href="https://debuggingcss.com/" rel="nofollow">https://debuggingcss.com/</a><p>[1] <a href="https://www.ishadeed.com" rel="nofollow">https://www.ishadeed.com</a><p>[2] <a href="https://www.defensivecss.dev" rel="nofollow">https://www.defensivecss.dev</a><p>[3] <a href="https://youtube.com/playlist?list=PLNYkxOF6rcIAaV1wwI9540OC_3XoIzMjQ&si=ECLFqjKPIM2z_gXC" rel="nofollow">https://youtube.com/playlist?list=PLNYkxOF6rcIAaV1wwI9540OC_...</a>
Following what others have said, Josh W. Comeau's work is really impressive. Do you or your co-worker have a way to get in touch directly? I think I've got something they might be interested in.
I haven't personally done this course yet, but it looks very promising if you're looking for something that just tackles plain HTML and CSS, without any frameworks: <a href="https://www.spicyweb.dev/css-nouveau/1-vanilla-has-never-tasted-so-hot/" rel="nofollow">https://www.spicyweb.dev/css-nouveau/1-vanilla-has-never-tas...</a>
I really enjoy the site below.<p>TIL (CSS)<p><a href="https://www.matuzo.at/til" rel="nofollow">https://www.matuzo.at/til</a><p>Blog<p><a href="https://www.matuzo.at/blog" rel="nofollow">https://www.matuzo.at/blog</a>