Advertisement
caticooties

getcha! ver2 code

Oct 19th, 2020 (edited)
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. <!---
  2.  
  3. GETCHA! VER 2 / by cati/dogboy
  4.  
  5. NOTES
  6. accent: #42B4CF
  7. (use ctrl+f + replace for accent replacement)
  8. mobile friendly + custom colors! ✔✔✔
  9.  
  10. RULES & DISCLAIMERS
  11. - fav/comment if using pls!
  12. - not wysiwyg friendly so please turn that off!
  13. - feel free to edit/frakenstein/etc if you feel, just pls dont remove my credit!!
  14. - have a nice day!!
  15.  
  16. --->
  17.  
  18. <div class="container-fluid" style="background:none;padding:20px;border-radius:10px;max-width:600px;margin:30px auto 5px;">
  19. <!--- background image --->
  20. <div class="card shadow" style="background:url(https://64.media.tumblr.com/tumblr_mex6qbS3q71rbvno1.png) repeat fixed;border:0px;border-radius:0px;">
  21. <div style="border-radius:0px;background-color:#42B4CF;">
  22. <!--- name --->
  23. <p class="text-uppercase p-2 font-weight-bold" style="color:#FFFFFF;font-size:30px;letter-spacing:3px;" align="center">name</p>
  24. </div>
  25. <div class="row no-gutters">
  26. <div class="col-md-6">
  27. <!--- avatar --->
  28. <img class="mx-auto d-block img-thumbnail m-2" style="max-width:200px;border:4px solid #42B4CF;" src="https://64.media.tumblr.com/ffee09cc7fdb95e3cbeb5b756758a217/454de3fe830a1aac-32/s400x600/db68a9d33c9877beba99db1b817b42fc2ea713a3.jpg">
  29. <!--- age, gender, etc --->
  30. <p class="font-weight-bold text-center" style="color:#42B4CF;font-size:20px;">
  31. age . gender . pronouns
  32. </p>
  33. <hr class="my-1" style="width:70%;background-color:#42B4CF;">
  34. <!--- description --->
  35. <p class="text-center p-2 m-1" style="color:#42B4CF;font-size:16px;height:120px;overflow:auto;">
  36. Blurb about yourself! The box will scroll if you type a lot so go wild. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut consectetur placerat purus, nec dignissim purus ultrices ac. Pellentesque euismod pretium vulputate. Ut vel congue dolor, in volutpat dui. Nunc libero velit, rutrum eget cursus in, blandit non nisi. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut consectetur placerat purus, nec dignissim purus ultrices ac. Pellentesque euismod pretium vulputate. Ut vel congue dolor, in volutpat dui. Nunc libero velit, rutrum eget cursus in, blandit non nisi.
  37. </p>
  38. </div>
  39. <div class="col-md-5 m-2">
  40. <!--- featured character name --->
  41. <a href="URLHERE" style="color:#42B4CF;"><p class="font-weight-bold text-center font-italic text-uppercase" style="font-size:16px;">
  42. featured character
  43. </p></a>
  44. <!--- featured character image, its automatically 210x130 btw --->
  45. <img class="mx-auto d-block m-2 p-1" style="width:210px;height:130px;border:4px solid #42B4CF;" src="https://vignette.wikia.nocookie.net/v__/images/4/4c/GETCHA.jpg/revision/latest/scale-to-width-down/340?cb=20200904101842&path-prefix=vocaloidlyrics">
  46. <!--- featured character name --->
  47. <a href="URLHERE" style="color:#42B4CF;"><p class="font-weight-bold text-center font-italic text-uppercase" style="font-size:16px;">
  48. featured character
  49. </p></a>
  50. <!--- featured character image, its automatically 210x130 btw --->
  51. <img class="mx-auto d-block m-2 p-1" style="width:210px;height:130px;border:4px solid #42B4CF;" src="https://vignette.wikia.nocookie.net/v__/images/4/4c/GETCHA.jpg/revision/latest/scale-to-width-down/340?cb=20200904101842&path-prefix=vocaloidlyrics">
  52. <h3 class="text-uppercase p-2" style="font-size:17px;letter-spacing:3px;color:#42B4CF;" align="center">
  53. <a href="URLHERE"><span data-toggle="tooltip" title="DEVIANTART"><i class="fab fa-deviantart" style="color:#42B4CF;"></i></span></a> •
  54. <a href="URLHERE"><span data-toggle="tooltip" title="INSTAGRAM"><i class="fab fa-instagram" style="color:#42B4CF;"></i></span></a> •
  55. <a href="URLHERE"><span data-toggle="tooltip" title="TUMBLR"><i class="fab fa-tumblr" style="color:#42B4CF;"></i></span></a> •
  56. <a href="URLHERE"><span data-toggle="tooltip" title="YOUTUBE"><i class="fab fa-youtube" style="color:#42B4CF;"></i></span></a> •
  57. <a href="URLHERE"><span data-toggle="tooltip" title="TWITTER"><i class="fab fa-twitter" style="color:#42B4CF;"></i></span></a>
  58. </h3>
  59. </div>
  60. </div>
  61. </div>
  62. <h3 class="text-uppercase p-2" style="font-size:13px;letter-spacing:3px;color:#42B4CF;" align="right">
  63. <!--- credits --->
  64. <a href="URLHERE"><span data-toggle="tooltip" title="profile pic by [ARTIST]"><i class="fas fa-portrait" style="color:#42B4CF;"></i></span></a> |
  65. <a href="URLHERE"><span data-toggle="tooltip" title="background image by [ARTIST]"><i class="fas fa-image" style="color:#42B4CF;"></i></span></a> |
  66. <a href="https://toyhou.se/8573484.getcha-f2u-html"><span data-toggle="tooltip" title="code by cati"><i class="fad fa-rainbow" style="color:#42B4CF;"></i></span></a>
  67. </h3>
  68. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement