Skip to content

Instantly share code, notes, and snippets.

@sta1r
Last active December 17, 2015 06:49
Show Gist options
  • Select an option

  • Save sta1r/5568186 to your computer and use it in GitHub Desktop.

Select an option

Save sta1r/5568186 to your computer and use it in GitHub Desktop.
UAL Build: Three-Up blocks
<ul class="blocks three-up">
<li>
<div class="media-block region heading-bottom">
<figure>
<a href="#" title="Link title">
<img src="http://placehold.it/290x290" alt="Image Alt">
</a>
</figure>
</div>
</li>
<li>
<div class="media-block region heading-bottom">
<figure>
<a href="#" title="Link title">
<img src="http://placehold.it/290x290" alt="Image Alt">
</a>
</figure>
</div>
</li>
<li>
<div class="media-block region heading-bottom">
<figure>
<a href="#" title="Link title">
<img src="http://placehold.it/290x290" alt="Image Alt">
</a>
</figure>
</div>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment