A step-by-step guide to making pure-CSS tooltips
medium bookmark / Raindrop.io |
I recently worked through a short tutorial about creating simple tooltips using pure CSS (and no additional HTML element or sJavaScript). I later used this technique in my own project, and figured out some tricks to improve up…