caticooties

getcha! ver1 code

Oct 19th, 2020 (edited)
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <!---
  2.  
  3. GETCHA! / by cati/dogboy
  4.  
  5. NOTES
  6. accent: #3934A1
  7. fontawesome icon: far fa-id-card
  8. (use ctrl+f + replace for accent/icon replacement)
  9. mobile friendly + custom colors! ✔✔✔
  10.  
  11. RULES & DISCLAIMERS
  12. - fav/comment if using pls!
  13. - not wysiwyg friendly so please turn that off!
  14. - feel free to edit/frakenstein/etc if you feel, just pls dont remove my credit!!
  15. - have a nice day!!
  16.  
  17. --->
  18.  
  19. <div class="container-fluid" style="background:none;padding:20px;border-radius:10px;max-width:600px;margin:30px auto 5px;">
  20. <!--- background image --->
  21. <div class="card shadow" style="background:url(https://i.pinimg.com/236x/a8/d8/97/a8d897af3507fffd9181088877027883.jpg) repeat fixed;border:0px;border-radius:0px;">
  22. <div style="border-radius:0px;background-color:#3934A1;">
  23. <div class="d-flex justify-content-between">
  24. <i class="far fa-id-card fa-3x p-2" style="color:#FFFFFF"></i>
  25. <!--- name --->
  26. <p class="text-uppercase p-2 font-weight-bold" style="color:#FFFFFF;font-size:30px;letter-spacing:3px;" align="center">name</p>
  27. <i class="far fa-id-card fa-3x p-2" style="color:#FFFFFF"></i>
  28. </div>
  29. </div>
  30. <div class="row no-gutters">
  31. <div class="col-md-5 m-2">
  32. <!--- avatar --->
  33. <img class="mx-auto d-block img-thumbnail m-2" style="max-width:200px;border:4px solid #3934A1;" src="https://64.media.tumblr.com/43657958b1ec5c6ad46a6934d004d51b/454de3fe830a1aac-74/s400x600/9ac58e82cd89861dc4d92de55d452af341ce80c1.jpg">
  34. </div>
  35. <div class="col-md-6 m-2">
  36. <div class="card m-2" style="background:#FFFFFF;border:4px solid #3934A1;height:50px;overflow:auto;">
  37. <!--- age, gender, etc --->
  38. <p class="font-weight-bold text-center p-1" style="color:#3934A1;font-size:20px;">
  39. age . gender . pronouns
  40. </p>
  41. </div>
  42. <div class="card m-2" style="background:#FFFFFF;border:4px solid #3934A1;height:140px;overflow:auto;">
  43. <!--- description --->
  44. <p class="text-center p-2 m-1" style="color:#3934A1;font-size:14px;">
  45. 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.
  46. </p>
  47. </div>
  48. </div>
  49. </div>
  50. <div style="border-radius:0px;background-color:#3934A1;">
  51. <!--- quote --->
  52. <p class="m-3 font-italic" style="color:#FFFFFF;font-size:18px;letter-spacing:1px;" align="center"><i class="fas fa-quote-left" style="color:#FFFFFF" />&nbsp;
  53. you couldn't take me down if you tried.
  54. &nbsp;<i class="fas fa-quote-right" style="color:#FFFFFF" /></p>
  55. </div>
  56. </div>
  57. <h3 class="text-uppercase p-2" style="font-size:13px;letter-spacing:3px;color:#3934A1;" align="right">
  58. <!--- credits --->
  59. <a href="URLHERE"><span data-toggle="tooltip" title="profile pic by [ARTIST]"><i class="fas fa-portrait" style="color:#3934A1;"></i></span></a> |
  60. <a href="URLHERE"><span data-toggle="tooltip" title="background image by [ARTIST]"><i class="fas fa-image" style="color:#3934A1;"></i></span></a> |
  61. <a href="https://toyhou.se/8573484.getcha-f2u-html"><span data-toggle="tooltip" title="code by cati"><i class="fad fa-rainbow" style="color:#3934A1;"></i></span></a>
  62. </h3>
  63. </div>
Add Comment
Please, Sign In to add comment