Skip to content

Instantly share code, notes, and snippets.

@matgargano
Created October 25, 2018 13:37
Show Gist options
  • Save matgargano/5a33152c11de4010d9b118df264d2216 to your computer and use it in GitHub Desktop.
Save matgargano/5a33152c11de4010d9b118df264d2216 to your computer and use it in GitHub Desktop.
csc225 bootstrap card
<div class="card">
<img class="card-img-top" src="https://placehold.it/348x225" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<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="btn btn-primary">Go somewhere</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment