Skip to content
ZeroServer.tools

CSS Cursor Tester

Preview every CSS cursor value and copy the one you want.

Hover any tile to see its cursor — click to select
CSS
cursor: pointer;

Choosing the right cursor

The CSS cursor property controls the mouse pointer shown when hovering an element — a small but important affordance. Use pointer for clickable things, not-allowed for disabled controls, grab/grabbing for draggables, and the resize cursors for handles. Hover the tiles above to feel each one, then copy the value. It all runs in your browser.

Related Design & CSS tools