Created
February 14, 2016 06:10
-
-
Save gitaeks/6207333bd6fdbbb5cf6a to your computer and use it in GitHub Desktop.
[rc] Card Text alignment
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 card-block"> | |
| <h4 class="card-title">Special title treatment</h4> | |
| <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> | |
| <a href="#" class="btn btn-primary">Go somewhere</a> | |
| </div> | |
| <div class="card card-block text-xs-center"> | |
| <h4 class="card-title">Special title treatment</h4> | |
| <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> | |
| <a href="#" class="btn btn-primary">Go somewhere</a> | |
| </div> | |
| <div class="card card-block text-xs-right"> | |
| <h4 class="card-title">Special title treatment</h4> | |
| <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> | |
| <a href="#" class="btn btn-primary">Go somewhere</a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment