Skip to content

Tooltips

Hover or focus to reveal — data-tooltip="…". Pure CSS, no JavaScript.

Examples

Link with tooltip CSS
<button data-tooltip="Save your changes">Hover me</button>
<a href="#" data-tooltip="Go to homepage">Link with tooltip</a>
<abbr data-tooltip="Cascading Style Sheets">CSS</abbr>