Tooltips

Being able to highlight specific contentTooltips are awesome! to provide more contextual value, is something that can be used to provide definitions for complex terms or clarity for confusing topics.

Example Usage:

Hover for more infoTooltips are awesome!

Code Example:

    
        <span class="tooltip">Hover for more info<span class="tooltip-text">Tooltips are awesome!</span></span>
    
Up Next: »