A simple tooltip only css
bower install simple-tooltip-css
After installing add the tag
<link rel="stylesheet" type="text/css" href="/bower_components/simple-tooltip-css/dist/css/simple-tooltip.min.css">`
Insert the attribute data-simpletooltip
on the element you want
<a href="#" data-simpletooltip="Lorem ipsum dolor sit amet.">sit amet</a>
Insert attr data-simpletooltip-help
to help style
<a href="#" data-simpletooltip="Lorem ipsum dolor sit amet." data-simpletooltip-help>sit amet</a>