What's Next?
What's Next
You now know how to style web pages from scratch. The next step is to apply these skills with modern tooling.
- Tailwind CSS — apply CSS concepts instantly with utility classes, no custom CSS needed
- HTML — if you haven't taken it yet, it covers the elements you've been styling
- JavaScript — make styled elements interactive
Resources
- MDN CSS Reference — every CSS property explained
- CSS Tricks — guides on flexbox, grid, and modern CSS
- web.dev Learn CSS — structured curriculum from Google
- Flexbox Froggy — interactive flexbox game
- Grid Garden — interactive CSS grid game