Last active
December 18, 2015 17:59
-
-
Save sta1r/5822000 to your computer and use it in GitHub Desktop.
Image Block
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
| <div class="content-wrapper"> | |
| <div class="main-content"> | |
| <div class="row"> | |
| <div class="image-block"> | |
| <h2>Image block with optional title</h2> | |
| <figure> | |
| <img src="http://placehold.it/1000x500&text=IMAGE, VIDEO OR SLIDER" alt="Image Alt"> | |
| <figcaption> | |
| <p>This is a information for the image above, it can be either accreditation or a caption. This should not run more then 2 lines. (optional)</p> | |
| </figcaption> | |
| </figure> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment