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

https://github.com/paalamugan/tooltip-css

Customize tooltip css style
https://github.com/paalamugan/tooltip-css

Last synced: about 1 month ago
JSON representation

Customize tooltip css style

Awesome Lists containing this project

README

        

## tooltip-css

tooltip css style. Just my learning purposes.

View Demo - https://tooltip-css.netlify.app

Inject tooltip css file in your code,
```html

```

### Normal tooltip section

**Position Top**
``` html

text

```

**Position Bottom**
``` html

text

```

**Position Left**
``` html

text

```

**Position Right**
``` html

text

```

### Normal tooltip section with animation

**Position Top**
``` html

text

```

**Position Bottom**
``` html

text

```

**Position Left**
``` html

text

```

**Position Right**
``` html

text

```

### Customize tooltip section.

Main purpose of this tooltip created to avoid ::after and ::before selector

**Position Top**

``` html


{{ tooltip-text }}

your text


```

**Position Bottom**

``` html


{{ tooltip-text }}

your text


```

**Position Right**

``` html


{{ tooltip-text }}

your text


```

**Position Left**

``` html


{{ tooltip-text }}

your text


```