Figures
Figure Hover
A way to stylishly add captions to images/figures on hover.
Demo
Markup
<figure class="figure-hover">
<img src="..." alt="Figcaption goes here.">
<figcaption>Figcaption goes here.</figcaption>
</figure>
A way to stylishly add captions to images/figures on hover.
<figure class="figure-hover">
<img src="..." alt="Figcaption goes here.">
<figcaption>Figcaption goes here.</figcaption>
</figure>