An open API service indexing awesome lists of open source software.

https://github.com/vitalk/classy-tooltip

A pure CSS tooltip
https://github.com/vitalk/classy-tooltip

Last synced: about 1 month ago
JSON representation

A pure CSS tooltip

Awesome Lists containing this project

README

          

Classy tooltip
==============

A pure CSS tooltip. It does not rely on JavaScript and rather uses
`area-label` attribute, pseudo elements and `content` property to create a
tooltip body and bubble.

Installation
------------

The recommended installation method is a [bower](http://bower.io):

```sh
bower install --save classy-tooltip
```

Usage
-----

```html

What is the meaning of life, the universe and everything?

```

License
-------

Licensed under the [MIT license](http://mit-license.org/vitalk).