Skip to content

Instantly share code, notes, and snippets.

@gitaeks
Last active March 1, 2016 07:20
Show Gist options
  • Select an option

  • Save gitaeks/7db051b9da8e5f67f04d to your computer and use it in GitHub Desktop.

Select an option

Save gitaeks/7db051b9da8e5f67f04d to your computer and use it in GitHub Desktop.
[rc] Card Image caps
<div class="card">
<img class="card-img-top" src="..." alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Card title</h4>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<div class="card-block">
<h4 class="card-title">Card title</h4>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
<img class="card-img-bottom" src="..." alt="Card image cap">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment