ROCKETFUEL

Opaque Code

Sep 25th, 2020 (edited)
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. <!--
  2.  
  3. Opaque by ROCKETFUEL
  4.  
  5. You may edit/frankenstein as you wish, just please keep the credit!
  6.  
  7.  
  8.  
  9.  
  10. MAIN BG IMAGE
  11.  
  12. --->
  13.  
  14. <div class="card d-flex p-2" style="background:
  15.  
  16. url(https://images.unsplash.com/photo-1457365050282-c53d772ef8b2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80);
  17. background-size: cover;
  18. repeat:no-repeat;
  19. background-posiion: top-center;
  20. height:350px;"
  21. >
  22.  
  23. <!---
  24.  
  25. LEFT COLUMN
  26.  
  27. --->
  28.  
  29. <div class="row">
  30. <div class="col">
  31. <div class=" card border-0 m-auto px-2 py-3" style="background: rgba(0,0,0,0.4); font-size: 30px; letter-spacing: 1px; max-width: 320px; max-height: 350px; overflow: auto; text-align:center">
  32. USER
  33. </div>
  34. <br>
  35. <br>
  36. <div class=" card border-0 m-auto px-2 py-3" style="background: rgba(0,0,0,0.4); font-size: 15px; letter-spacing: 1px; max-width: 320px; height: 200px; overflow: auto; text-align:center">
  37. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  38. </div>
  39. </div>
  40.  
  41. <!--
  42.  
  43. RIGHT COLUMN
  44.  
  45. MAIN IMAGE
  46.  
  47. --->
  48.  
  49. <div class="col-5 d-flex align-items-center">
  50. <div class="d-card mb-2"
  51.  
  52. style="background-image:url(https://via.placeholder.com/250);
  53. background-color: #fff;
  54. background-size: cover;
  55. repeat:no-repeat;
  56. background-position: center;
  57. height: 250px;
  58. border-radius: 9em;
  59. width: 250px;"
  60. ></div>
  61. </div>
  62. </div>
  63. </div>
  64. <!--
  65. CREDIT
  66. Please do NOT remove this!
  67. -->
  68. <a href="https://toyhou.se/ROCKETFUEL" data-toggle="tooltip" title="Code by Rocket"><i class="fas fa-rocket" /></a>
  69. </div>
Add Comment
Please, Sign In to add comment