|
|
|
|
|
by spiralx
1699 days ago
|
|
This site which was posted here a while back is great, it's up to date and explains the concepts CSS is based on clearly with examples using Codepen so you get to see both the HTML and CSS as well as the result, plus you can open them in Codepen to edit them yourself. I've been doing CSS for close to a decade and learnt quite a few things from reading through it :) https://web.dev/learn/css/ This site has a bunch of guides on how to use modern CSS to achieve particular tasks such as button and form control styling or particular layouts: https://moderncss.dev/ |
|