Advertisement
ROCKETFUEL

Squirreled Away

Oct 22nd, 2020 (edited)
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. <!-----
  2.  
  3. SQUIRRELED AWAY
  4. By ROCKETFUEL
  5.  
  6. Please remember to read my rules before using, and turn WYSIWYG off!
  7. Enjoy!
  8.  
  9.  
  10. ----->
  11.  
  12. <div class="container">
  13.  
  14. <div class="card bg-faded border-0 m-2 p-5 mx-auto text-center" style="height: auto; max-width: 900px; border-radius: 45px 0px 45px 0px; box-shadow: 0px 0px 12px rgba(0,0,0,.3);">
  15.  
  16. <h1 class="text-uppercase" style="font-size: 40px; letter-spacing: 6px;">
  17. <i class="far fa-leaf text-success"></i>
  18.  
  19. Username
  20. </h1>
  21.  
  22. <br>
  23.  
  24. <!----
  25.  
  26. Focal Image (250x250)
  27.  
  28. I'd recommend keeping this a square, so it doesn't get too stretched/squashed
  29.  
  30. ---->
  31. <div class="card rounded-circle mx-auto" style=
  32.  
  33. "background-image:url(https://images.unsplash.com/photo-1509919160358-7a6dc4c4f855?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=334&q=80);
  34.  
  35. background-positon:center; width: 250px; height:250px; background-size:cover"
  36.  
  37. />
  38.  
  39. <br>
  40. <br>
  41.  
  42. <a class="text-success" data-toggle="collapse" href="#collapsesection">
  43. <span class="fa-stack fa-3x">
  44.  
  45.  
  46. <!---- if you want to change the icon for the collapse button, you can do it here! --->
  47. <i class="fad fa-squirrel fa-stack-3x"/>
  48. <i class="far fa-circle fa-stack-2x "/>
  49. </span>
  50.  
  51. </a>
  52.  
  53. <div class="collapse multi-collapse" id="collapsesection">
  54. <div class="card border-0">
  55. <!---- Header in collapsed area --->
  56. <h3 class="m-3">This box will grow as you type!</h3>
  57.  
  58. <div class="card bg-faded mt-1 mb-2 border-top-0" style="height:1px;"> </div>
  59.  
  60. <!--- Main text ---->
  61.  
  62. <p class="m-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  63.  
  64.  
  65. <div class="card bg-faded mt-1 mb-2 border-top-0" style="height:1px;"></div>
  66. <div class="row mx-auto">
  67.  
  68. <!---- Socials ----->
  69.  
  70.  
  71. <!----- Deviantart ---->
  72. <a href="#" data-toggle="tooltip" title="username"><i class="fab fa-deviantart m-2"/>
  73. <!----- Twitter ----->
  74. <a href="#" data-toggle="tooltip" title="username"><i class="fab fa-twitter m-2"/>
  75. <!----- Tumblr ---->
  76. <a href="#" data-toggle="tooltip" title="username"><i class="fab fa-tumblr m-2"/>
  77. <!--- Discord ---->
  78. <a href="#" data-toggle="tooltip" title="username#0000"><i class="fab fa-discord m-2"/>
  79.  
  80. <!---- Credit, please don't remove! ---->
  81. <a href="https://toyhou.se/ROCKETFUEL" data-toggle="tooltip" title="Code by Rocket"><i class="fas fa-rocket m-2" /></a>
  82. </div>
  83. </div>
  84. </div>
  85.  
  86. </div>
  87. </div>
  88.  
  89. <!---- end ---->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement