<div style="padding: 100px; text-align: center;">
<button class="tooltip-container">
Hover Me
<span class="tooltip-text">This is a CSS-only tooltip!</span>
</button>
</div>
Back to Snippets
CSS Tooltip with Animation
Provide helpful hints without javascript using this pure CSS tooltip. The tooltip bubble fades in and slides up when hovering over the target element, which adds a polished touch to your icons or links.
308