return home
documentation
select one:
getting started
templates:
basic website
mobile app.
---
anchors
spacers
text formatting
containers
basic
boxes
codeblocks
components
basic
an-reveal family
buttons/menus
labels
sidebars
tips
titles
extend anole
CSS
standard themes
creating themes
css extensions
Javascript
js extensions
"easter eggs"
mobile tips
exit
---
about anole
choose one
FAQ
why anole?
---
github project
Report bugs, contribute, or just get the code.
visit my website
rolandixor.pro
documentation:
getting started
containers
components
about anole:
FAQ
why anole?
---
anole docs - text formatting
.an-tips
Easily add a tip to element using
.an-tip
.
.an-tip-parent
is required on the element that contains the tip.
You can also use
.an-text-tip
if your tip is attached to a block (or span) of text.
See the example below:
<div
class=""
>
Hey kid, I've got a tip:
<span
class="an-text-tip an-tip-parent"
> <span
class="an-tip"
>
I'm a tip, homie.
<span/> </span>
hover/tap the underlined text.
</div>
Hey kid,
I've got a tip:
I'm a tip, homie.
hover/tap the underlined text.
.hi there!
look out for a useful codepen/jsfiddle link in the future.