Back to Templates
Simple Tooltip
tooltipsCSS
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.