Figures

Figure Hover

A way to stylishly add captions to images/figures on hover.

Demo

Figcaption goes here.

Markup

<figure class="figure-hover">
    <img src="..." alt="Figcaption goes here.">
    <figcaption>Figcaption goes here.</figcaption>
</figure>