CSS Tooltip

Tooltip is a peice of small information about something when the mouse move over the element.

The first step is making an HTML tooltip by assigning a class to the element that will have the tooltip.

Then use the CSS properties such as position, color, display and so on.

see the example,

See the Pen tooltip by Arpit (@soniarpit) on CodePen.

Previous: CSS Animations

Next: CSS Styling Images