Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Created May 28, 2020 10:29
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 acoyfellow/07342224d763841c1c9659fccd38ac02 to your computer and use it in GitHub Desktop.
Save acoyfellow/07342224d763841c1c9659fccd38ac02 to your computer and use it in GitHub Desktop.
Three Linked Images (non-responsive) https://test.phonesites.com/three-linked-images
<div class="flex items-center justify-start flex-wrap">
<a href="#" class="w-33 pa1 dim pointer">
<img src="https://picsum.photos/300/300?1"/>
<small>Label</small>
</a>
<a href="#" class="w-33 pa1 dim pointer">
<img src="https://picsum.photos/300/300?2"/>
<small>Label2</small>
</a>
<a href="#" class="w-33 pa1 dim pointer">
<img src="https://picsum.photos/300/300?3"/>
<small>Label3</small>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment