Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <title>Blank Template for Bootstrap</title>
  10. <!-- Bootstrap core CSS -->
  11. <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
  12. <!-- Custom styles for this template -->
  13. <link href="style.css" rel="stylesheet">
  14. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  15. <!--[if lt IE 9]>
  16. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  17. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  18. <![endif]-->
  19. </head>
  20. <body>
  21. <div class="container">
  22. <div class="row">
  23. <div class="w-100 text-center">
  24. <img src="img/title.jpg" class="img-fluid" />
  25. </div>
  26. </div>
  27. <div class="row">
  28. <div class="w-100 col-6 col-sm-4 col-md-3 col-lg-2 col-xl-3" style="padding-top: 10px;
  29. padding-bottom: 10px;
  30. text-align: center;">
  31. <img src="img/photo.jpg" class="img-fluid" />
  32. </div>
  33. <div class="w-100 col-6 col-sm-4 col-md-3 col-lg-2 col-xl-3" style="padding-top: 10px;
  34. padding-bottom: 10px;
  35. text-align: center;">
  36. <img src="img/photo.jpg" class="img-fluid" />
  37. </div>
  38. <div class="w-100 col-6 col-sm-4 col-md-3 col-lg-2 col-xl-3" style="padding-top: 10px;
  39. padding-bottom: 10px;
  40. text-align: center;">
  41. <img src="img/photo.jpg" class="img-fluid" />
  42. </div>
  43. <div class="w-100 col-6 col-sm-4 col-md-3 col-lg-2 col-xl-3" style="padding-top: 10px;
  44. padding-bottom: 10px;
  45. text-align: center;">
  46. <img src="img/photo.jpg" class="img-fluid" />
  47. </div>
  48. <div class="w-100 col-6 col-sm-4 col-md-3 col-lg-2 col-xl-3" style="padding-top: 10px;
  49. padding-bottom: 10px;
  50. text-align: center;">
  51. <img src="img/photo.jpg" class="img-fluid" />
  52. </div>
  53. <div class="w-100 col-6 col-sm-4 col-md-3 col-lg-2 col-xl-3" style="padding-top: 10px;
  54. padding-bottom: 10px;
  55. text-align: center;">
  56. <img src="img/photo.jpg" class="img-fluid" />
  57. </div>
  58. <div class="w-100 col-6 col-sm-4 col-md-3 col-lg-2 offset-lg-4 offset-md-0 col-xl-3 offset-xl-0 offset-sm-2 offset-0" style="padding-top: 10px;
  59. padding-bottom: 10px;
  60. text-align: center;">
  61. <img src="img/photo.jpg" class="img-fluid" />
  62. </div>
  63. <div class="w-100 col-6 col-sm-4 col-md-3 col-lg-2 col-xl-3" style="padding-top: 10px;
  64. padding-bottom: 10px;
  65. text-align: center;">
  66. <img src="img/photo.jpg" class="img-fluid" />
  67. </div>
  68. </div>
  69. </div>
  70. <!-- Bootstrap core JavaScript
  71. ================================================== -->
  72. <!-- Placed at the end of the document so the pages load faster -->
  73. <script src="assets/js/jquery.min.js"></script>
  74. <script src="assets/js/popper.js"></script>
  75. <script src="bootstrap/js/bootstrap.min.js"></script>
  76. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  77. <script src="assets/js/ie10-viewport-bug-workaround.js"></script>
  78. </body>
  79. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement