Skip to content

Instantly share code, notes, and snippets.

Created August 20, 2015 19:29
Show Gist options
  • Save anonymous/3e614c889477ec946851 to your computer and use it in GitHub Desktop.
Save anonymous/3e614c889477ec946851 to your computer and use it in GitHub Desktop.
HTML
<div class="wrap_small">
<p class="image"><img src="../images/f0011-01.jpg" alt="image"/></p>
<p class="caption">Joe Fig, <em>Jackson Pollock 1950 &#35; 1</em>, 2002. C-print, 30 x 40 inches.</p>
</div>
CSS
p.caption {
font-family: "ArnoPro-Caption";
text-align: left;
margin-top: .3em;
margin-bottom: 1em;
font-size: .6em;
}
div.wrap_small {
text-align: center;
margin: 0.6em 0 0.6em 0;
}
p.image {
text-align: center;
margin:0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment