Skip to main content
CSSpeek

Learn CSS by reading real websites.

DevTools shows you everything — including two hundred properties you don't need yet. CSSpeek shows you the ten that teach you the most.

Why "read, then write" works for CSS

CSS is one of the few languages where professional-quality examples sit on every page of the web. The moment you know how to read them, every site becomes a textbook. CSSpeek is the reading aid.

Four CSS learning plays

How students use CSSpeek alongside courses

For students: frequently asked questions

I'm just starting CSS. Is this too advanced?
No — it's actually built for beginners. CSSpeek hides the intimidating parts of DevTools (cascade tree, computed style lists) and shows only the ten properties that matter most. It's a great teaching tool.
Can CSSpeek explain why something has a certain style?
CSSpeek shows the final resolved values, not the cascade that produced them. If you want to trace which rule won (specificity, order, !important), use Chrome DevTools' Styles panel alongside.
Is there a free plan for students?
CSSpeek is free for everyone. No student verification needed.
Will using CSSpeek slow down my learning of DevTools?
In practice, no. Students who start with CSSpeek often pick up DevTools faster later, because they already understand the concepts they'll find in DevTools' more complex panels.