Skip to content

Instantly share code, notes, and snippets.

@cmbuckley
Created May 29, 2020 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmbuckley/506c390c0fcfaa408f6938dd906dc127 to your computer and use it in GitHub Desktop.
Save cmbuckley/506c390c0fcfaa408f6938dd906dc127 to your computer and use it in GitHub Desktop.
<a href="family-fullsize.jpg">
<img src="family-thumbnail.jpg" alt="My family" />
</a>
<figure>
<a href="family-fullsize.jpg">
<img src="family-thumbnail.jpg" alt="" />
</a>
<figcaption>My family</figcaption>
</figure>
<a href="family-fullsize.jpg">
<figure>
<img src="family-thumbnail.jpg" alt="" />
<figcaption>My family</figcaption>
</figure>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment