Last active
March 1, 2016 07:20
-
-
Save gitaeks/c0a779c6971f7b861e84 to your computer and use it in GitHub Desktop.
[rc] Card Content types 4
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="card"> | |
| <div class="card-block"> | |
| <h4 class="card-title">Card title</h4> | |
| <h6 class="card-subtitle text-muted">Support card subtitle</h6> | |
| </div> | |
| <img src="..." alt="Card image"> | |
| <div class="card-block"> | |
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | |
| <a href="#" class="card-link">Card link</a> | |
| <a href="#" class="card-link">Another link</a> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment