Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <!--
  2.  
  3. Luster Profile
  4. -original design by realtense
  5. -html code by zodia
  6.  
  7. RULES:
  8. -Please let me know you're using this code on my forum post! (https://toyhou.se/~forums/16.htmlcss-graphics/108777.-zodia-s-html-codes?page=0)
  9. -Do not remove the design or code credit at the end
  10. -Do not claim, sell, or resdistribute this code as your own
  11. -You may combine and modify code as long as the credit is still present
  12. -Please avoid using WYSIWYG. None of these codes are tested in WYSIWYG and I can't guarantee they'll work as intended.
  13.  
  14. INFO:
  15. -Both images AND link colors can be changed to whatever you want!!
  16. -The code will expand if you add more content!
  17. -This design is set to use the muted text color by default. It's somewhat hard to read in dark themes, but it's still legible.
  18. I marked where to change the text color if you prefer an alternate color.
  19. -I did my best to comment out the code to make it easy to edit; let me know if you need help with anything!!
  20.  
  21. -->
  22.  
  23.  
  24. <!-- MAIN BACKGROUND: replace with your own image -->
  25. <div class="card border-0 mx-auto p-3 p-sm-5" style="min-height: 380px;max-width: 550px;border-radius: 1.5rem; margin: 5% auto 5% auto;
  26.  
  27. background-image: url(https://i.pinimg.com/564x/79/18/91/791891e9d8864f19e3950ab09a3192f5.jpg);
  28.  
  29. background-size: cover;">
  30.  
  31. <!-- Change text-muted here if you don't like the text color! -->
  32. <div class="text-muted card border-0 m-auto px-2 py-3" style="background: rgba(255,255,255,.9); border-radius: 1.5rem; font-size: 14px; letter-spacing: 1px; max-width: 420px; max-height: 400px; overflow: auto;">
  33. <p class="text-center text-white mb-2"><span class="p-1" style="background: rgba(60,60,55,.9); border-radius: 1.5rem; padding: 0 5px 2px 5px;">
  34.  
  35. <!-- HEADER INFO -->
  36. · maya | ♀️ | monster fucker ·
  37.  
  38. </span></p>
  39.  
  40.  
  41. <!-- SMALL IMAGE BAR: replace with your own image -->
  42. <div style="max-width: 350px;
  43.  
  44. background: url(https://i.pinimg.com/564x/03/01/63/030163810da77516689053167582957f.jpg);
  45.  
  46. border-radius: 1.5rem; background-size: cover; background-position: center" class="my-1 mx-auto w-100 p-2"></div>
  47.  
  48.  
  49. <p class="text-center font-italic mb-1">
  50.  
  51. <!-- IMAGE QUOTE / SUBTITLE -->
  52. ✧゚・:*darkness to light, i'll be forever gracious*:・゚✧
  53.  
  54. </p>
  55.  
  56.  
  57. <hr class="w-50 my-1" style="border-color: inherit">
  58.  
  59.  
  60. <!-- MAIN DESCRIPTION -->
  61. <p class="my-1 px-2">
  62. hi im maya, a digital artist who likes edm, monsters, and minecraft youtubers.
  63. </p>
  64.  
  65.  
  66. <!-- LINKS -->
  67. <p class="text-center my-1 px-2">
  68. <a href="https://twitter.com/starryraindrop" style="color:#ad7c52">twitter</a> |
  69. <a href="https://www.instagram.com/starryraindrops/" style="color:#ad7c52">ig</a> |
  70. <a href="https://www.deviantart.com/starryraindrops" style="color:#ad7c52">dA</a>
  71. </p>
  72.  
  73. </div>
  74.  
  75. </div>
  76. <!-- CREDIT; DO NOT REMOVE! -->
  77. <p class="text-muted mx-auto text-right" style="max-width: 550px; font-size: 10px; letter-spacing: 1px;">original design by <a href="https://toyhou.se/realtense" style="color:#ad7c52">realtense</a><br>code by <a href="https://toyhou.se/Zodia" style="color:#ad7c52">zodia</a></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement