<figure-box>
Element providing an extensible figure box solution.
Basic Usage
<figure-box src="http://lorempixum.com/200/200" caption="Your box" href="#!/">
 	 <header>Header content</header>
 	<article>
 		Small text for example, to be showed inside the box.
 	</article>
 	<footer>
 		some links?
 	</footer>
 </figure-box>

An `figure-box` looks like this:
Seamless with class="full-width"
Advanced
Made with ♥ by Octávio Turra © 2014. Under MIT License.