Tested tool guide
Tested browser tools
Checked August 16, 2026
What Screen Ruler does, with a checked example
The Screen Ruler overlays the page with horizontal and vertical rulers you can drag into position, then reads the pixel distance between them so you can measure any element you can see: a card's width, the gap between two buttons, the height of a hero section. It measures what is actually rendered, not what the CSS declares. The surprise most people hit: it counts CSS pixels, the same unit the browser's own layout uses, so on a retina display your physical screen may be 3,024 pixels wide while the ruler reports roughly half that, and zooming the page changes every reading.
Worked example
A concrete input and expected output from the current implementation.
Input
Place the vertical guide at the left edge of a content column (x = 100) and drag the second vertical guide to the column's right edge (x = 640).
->
Expected output
540 px. The span between guide positions at 640 and 100 is 640 - 100 = 540.
The readout is the difference between the two guide positions, so a column spanned by guides at 100 and 640 measures 540 CSS pixels wide.