Guest User

Untitled

a guest
Feb 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <img src="../img/012.jpg" class="img-responsive center-block" alt="titulo"/>
  2.  
  3. <div class="col-md-6 .img-responsive center-block">
  4. <img src="../img/012.jpg" class="img-responsive" alt="titulo"/>
  5. <div class="h-30"></div>
  6. </div>
  7.  
  8. <div class="col-md-6 text-center">
  9. <img src="../img/012.jpg" class="img-responsive" alt="titulo"/>
  10. <div class="h-30"></div>
  11. </div>
  12.  
  13. <div class="col-md-6 ">
  14. <img src="../img/012.jpg" class="img-responsive" alt="titulo"/>
  15. <div class="h-30"></div>
  16. </div>
  17.  
  18. img.img-responsive {
  19. margin: auto
  20. display: block
  21. }
  22.  
  23. <div class="col-md-6 ">
  24. <img src="../img/012.jpg" class="img-responsive" style="display:inline" alt="titulo" />
  25. <div class="h-30"></div>
  26. </div>
Add Comment
Please, Sign In to add comment