Last active
December 17, 2015 06:49
-
-
Save sta1r/5568186 to your computer and use it in GitHub Desktop.
UAL Build: Three-Up blocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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