Skip to content

Instantly share code, notes, and snippets.

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

  • Save gitaeks/64fa2e8acecd68363f18 to your computer and use it in GitHub Desktop.

Select an option

Save gitaeks/64fa2e8acecd68363f18 to your computer and use it in GitHub Desktop.
Card Content types
<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">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<ul class="table-view table-view-flush">
<li class="table-view-cell">Item 1</li>
<li class="table-view-cell table-view-cell">Item 2</li>
<li class="table-view-divider">Divider</li>
<li class="table-view-cell">Item 3</li>
</ul>
<div class="card-block">
<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