LivvyAh

MODULAR: Full + Aes 1.0

Jun 13th, 2020 (edited)
1,210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. <!-- FULL + AES START -->
  2. <div class="row">
  3. <div class="col-lg-7 col-xs-7 col-md-7 col-7 p-2">
  4. <!-- FULLBODY BG -->
  5. <div class="p-2 bg-dark h-100" style="background: url(IMG HERE);
  6. background-size: cover;
  7. background-position: center;
  8. background-attachment: fixed;">
  9. <table style="height: 100%; width:100%; border-width: 3px;">
  10. <tbody>
  11. <tr>
  12. <td class="align-middle text-center">
  13. <!-- FULLBODY-->
  14. <img src="IMG HERE">
  15. </tr>
  16. </tbody>
  17. </table>
  18. </div>
  19. </div>
  20. <!-- SPACER -->
  21. <div class="col-lg-1 col-xs-1 col-md-1 col-1 p-2">
  22. <div class="p-2 bg-dark h-100" style="background-size: cover;
  23. background-position: center;
  24. background-attachment: fixed;">
  25. </div>
  26. </div>
  27. <div class="col-4 row p-2 no-gutters">
  28. <!-- AES IMAGE 1 -->
  29. <div class="col-12">
  30. <div class="h-100 w-100" style="min-height:100px;
  31. width:100%;
  32. background: url(IMG HERE);
  33. background-size: cover;
  34. background-position: center;">
  35. <br>
  36. </div>
  37. </div>
  38. <!-- AES IMAGE 2 -->
  39. <div class="col-12">
  40. <div class="h-100 w-100" style="min-height:100px;
  41. width:100%;
  42. background: url(IMG HERE);
  43. background-size: cover;
  44. background-position: center;">
  45. <br>
  46. </div>
  47. </div>
  48. <!-- AES IMAGE 3 -->
  49. <div class="col-12">
  50. <div class="h-100 w-100" style="min-height:100px;
  51. width:100%;
  52. background: url(IMG HERE);
  53. background-size: cover;
  54. background-position: center;">
  55. <br>
  56. </div>
  57. </div>
  58. <!-- AES IMAGE 4 -->
  59. <div class="col-12">
  60. <div class="h-100 w-100" style="min-height:100px;
  61. width:100%;
  62. background: url(IMG HERE);
  63. background-size: cover;
  64. background-position: center;">
  65. <br>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. <!-- FULL + AES END -->
Add Comment
Please, Sign In to add comment