This is a searchable CSS properties reference covering the properties you use most often, each with a plain-English description. It is grouped into the box model, layout and positioning, flexbox, grid, typography, colour and transitions — so you can quickly recall what a property does or discover the right one for a task without digging through full documentation.
How it works
The properties are organised into logical groups. The box model group covers margin, padding, border, box-sizing, width and overflow. Layout & positioning covers display and position, while dedicated groups list the flexbox and grid properties. Typography covers font-size, line-height and friends, alongside colour and transition properties. Type a property name or a word from its description into the search box and the list filters instantly to matching entries.
Example
| Property | Group | What it does |
|---|---|---|
padding | Box model | Space inside an element, between content and border |
margin | Box model | Space outside the border, separating from neighbours |
display | Layout | Sets the layout mode (block, inline, flex, grid) |
line-height | Typography | Vertical spacing between lines of text |
So searching “space” surfaces both margin and padding, with descriptions that make the difference clear. Everything runs in your browser; nothing is uploaded.
Search by property name or description to find what you need instantly. Everything runs in your browser; nothing is uploaded.