Advertisement
andisuartika

portfolio melsi

May 9th, 2021
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.04 KB | None | 0 0
  1. <div class="row">
  2.             <div class="col-md-3 mb-4">
  3.                 <div class="card thumbnail">
  4.                   <img src="asset/img/penghargaan1.png" class="card-img-top" alt="Card Image cap">
  5.                   <div class="card-body text-secondary">
  6.                     <h5 class="card-title">Card title</h5>
  7.                     <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>
  8.                   </div>
  9.                 </div>
  10.             </div>
  11.             <div class="col-md-3">
  12.                 <div class="card thumbnail">
  13.                   <img src="asset/img/penghargaan2.png" class="card-img-top" alt="Card Image cap">
  14.                   <div class="card-body text-secondary">
  15.                     <h5 class="card-title">Card title</h5>
  16.                     <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>
  17.                   </div>
  18.                 </div>
  19.             </div>
  20.             <div class="col-md-3">
  21.                 <div class="card thumbnail">
  22.                   <img src="asset/img/penghargaan3.png" class="card-img-top" alt="Card Image cap">
  23.                   <div class="card-body text-secondary">
  24.                     <h5 class="card-title">Card title</h5>
  25.                     <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>
  26.                   </div>
  27.                 </div>
  28.             </div>
  29.             <div class="col-md-3">
  30.                 <div class="card thumbnail">
  31.                   <img src="asset/img/penghargaan4.png" class="card-img-top" alt="Card Image cap">
  32.                   <div class="card-body text-secondary">
  33.                     <h5 class="card-title">Card title</h5>
  34.                     <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>
  35.                   </div>
  36.                 </div>
  37.             </div>
  38.             <div class="col-md-3">
  39.                 <div class="card thumbnail">
  40.                   <img src="asset/img/penghargaan5.png" class="card-img-top" alt="Card Image cap">
  41.                   <div class="card-body text-secondary">
  42.                     <h5 class="card-title">Card title</h5>
  43.                     <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>
  44.                   </div>
  45.                 </div>
  46.             </div>
  47.             <div class="col-md-3">
  48.                 <div class="card thumbnail">
  49.                   <img src="asset/img/penghargaan6.png" class="card-img-top" alt="Card Image cap">
  50.                   <div class="card-body text-secondary">
  51.                     <h5 class="card-title">Card title</h5>
  52.                     <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>
  53.                   </div>
  54.                 </div>
  55.             </div>
  56.           </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement