Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 368 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 368 Bytes

Pure CSS Tooltips

demo

tooltip.css contains all of the styles that create the tooltips.

This technique makes use of the attr() function. This means that all of the content is in the markup and so the stylesheet is modular and reusable.

In this example the stylesheet is only activated above a breakpoint of 767px.