Skip to main content
Back to Templates

Simple Tooltip

tooltips

CSS

HTML

<div class="tooltip-trigger">
  Hover me
  <div class="tooltip">Tooltip text</div>
</div>

Live Preview

Hover me
Tooltip text

Edit the CSS on the left to see live changes. The styles are scoped to the preview area.