Advertisement
MizunoBrasil

teste

Dec 16th, 2022
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.53 KB | None | 0 0
  1. <div class="row">
  2.     <div class="col-sm-6">
  3. <div class="shadow-sm p-3 mb-5 bg-white rounded">
  4.       <img src="https://images4.imagebam.com/30/40/79/MEHH8SA_o.jpg" class="img-fluid" width="100%">
  5.       <a href="#" target="_blank">Titulo da Imagem 1</a>
  6. </div>
  7.     </div>
  8.     <div class="col-sm-6">
  9. <div class="shadow-sm p-3 mb-5 bg-white rounded">
  10.       <img src="https://images4.imagebam.com/d0/9c/12/MEHH8TF_o.jpg" class="img-fluid" width="100%">
  11.       <a href="#" target="_blank">Titulo da Imagem 2</a>
  12. </div>
  13.     </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement