Skip to content

mailtodanish/tooltip

Repository files navigation

A light weight Tooltip using CSS only

tooltip was created because I wanted to practice and writing lightweight CSS libraries for tooltip. So feel free to fork and create pull requests!

Written by Mohammad Ahshan Danish.

demo tooltop

Variables

--background-color:red;

html

 <link rel="stylesheet" href="tooltip.css">

 <div class="tooltip" data-tool-tip="I am testing">TEST</div>

 .tooltip{
    --background-color:black;
 }

minify version

tooltip.min.css

About

CSS lightweight and simple tooltip

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published