Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. <div
  2. id="carouselExampleControls"
  3. class="carousel slide"
  4. data-ride="carousel"
  5. >
  6. <div class="carousel-inner">
  7. <div class="carousel-item active">
  8. <div
  9. class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light"
  10. >
  11. <div class="col-md-5 p-lg-5 mx-auto my-5">
  12. <h1 class="display-4 font-weight-normal">Hero header</h1>
  13. <p class="lead font-weight-normal">
  14. And an even wittier subheading to boot. Jumpstart your marketing
  15. efforts with this example based on Apple's marketing pages.
  16. </p>
  17. <a class="btn btn-outline-secondary" href="#">Coming soon</a>
  18. </div>
  19. <div class="product-device shadow-sm d-none d-md-block"></div>
  20. <div
  21. class="product-device product-device-2 shadow-sm d-none d-md-block"
  22. ></div>
  23.  
  24. </div>
  25. </div>
  26. <div class="carousel-item">
  27. <div
  28. class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light"
  29. >
  30. <div class="col-md-5 p-lg-5 mx-auto my-5">
  31. <h1 class="display-4 font-weight-normal">Hero header</h1>
  32. <p class="lead font-weight-normal">
  33. And an even wittier subheading to boot. Jumpstart your marketing
  34. efforts with this example based on Apple's marketing pages.
  35. </p>
  36. <a class="btn btn-outline-secondary" href="#">Coming soon</a>
  37. </div>
  38. <div class="product-device shadow-sm d-none d-md-block"></div>
  39. <div
  40. class="product-device product-device-2 shadow-sm d-none d-md-block"
  41. ></div>
  42. </div>
  43. </div>
  44. <div class="carousel-item">
  45. <div
  46. class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light"
  47. >
  48. <div class="col-md-5 p-lg-5 mx-auto my-5">
  49. <h1 class="display-4 font-weight-normal">Hero header</h1>
  50. <p class="lead font-weight-normal">
  51. And an even wittier subheading to boot. Jumpstart your marketing
  52. efforts with this example based on Apple's marketing pages.
  53. </p>
  54. <a class="btn btn-outline-secondary" href="#">Coming soon</a>
  55. </div>
  56. <div class="product-device shadow-sm d-none d-md-block"></div>
  57. <div
  58. class="product-device product-device-2 shadow-sm d-none d-md-block"
  59. ></div>
  60. </div>
  61. </div>
  62. </div>
  63. <a
  64. class="carousel-control-prev"
  65. href="#carouselExampleControls"
  66. role="button"
  67. data-slide="prev"
  68. >
  69. <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  70. <span class="sr-only">Previous</span>
  71. </a>
  72. <a
  73. class="carousel-control-next"
  74. href="#carouselExampleControls"
  75. role="button"
  76. data-slide="next"
  77. >
  78. <span class="carousel-control-next-icon" aria-hidden="true"></span>
  79. <span class="sr-only">Next</span>
  80. </a>
  81. </div>
  82. <div class="d-md-flex flex-md-equal w-100 my-md-3 pl-md-3">
  83. <div class="bg-dark mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
  84. <div class="my-3 py-3">
  85. <h2 class="display-5">First headline</h2>
  86. <p class="lead">And an even wittier subheading.</p>
  87. </div>
  88. <div class="bg-light shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  89. </div>
  90. <div class="bg-light mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
  91. <div class="my-3 p-3">
  92. <h2 class="display-5">Second headline</h2>
  93. <p class="lead">And an even wittier subheading.</p>
  94. </div>
  95. <div class="bg-dark shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
  96. </div>
  97. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement