Guest User

Untitled

a guest
Feb 20th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <div class="card flex-md-row mb-4 box-shadow">
  2. <div class="card-body">
  3. <h3 class="mb-0"><a class="text-dark" href="#">Card Title</a></h3>
  4. <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>
  5. <a class="btn btn-main btn-outline-primary btn-sm" href="#" role="button">Read More</a>
  6. </div>
  7. <img class="card-img-right flex-auto d-none d-md-block" alt="Thumbnail" height="250px" src="/path/to/image">
  8. </div>
Add Comment
Please, Sign In to add comment