Advertisement
caticooties

do and don't (ver 1) code

Oct 24th, 2020 (edited)
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. <!---
  2.  
  3. DO AND DON'T (VER 1) / by cati/dogboy
  4.  
  5. NOTES
  6. accent: #2488CE
  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-top:10px;padding-bottom:1px;border-radius:0px;max-width:800px;margin:30px auto 5px;">
  19. <div class="row no-gutters">
  20. <div class="col-lg-8">
  21. <div class="card p-1 m-2" style="background-color:#252525;overflow:auto;max-height:100px;max-width:800px;border:2px solid #2488CE;">
  22. <!--- name --->
  23. <h3 class="text-uppercase font-weight-bold my-2 p-0" style="color:#2488CE;font-size:40px;letter-spacing:7px;" align="center">NAME</h3>
  24. </div>
  25. <div class="row no-gutters mr-4">
  26. <div class="col-sm-4">
  27. <!--- dos --->
  28. <h3 class="text-uppercase font-weight-bold p-0" style="color:#2488CE;font-size:30px;" align="center">DO'S</h3>
  29. <ul style="color:#2488CE;height:130px;overflow:auto;">
  30. <li>content here, the box will scroll</li>
  31. <li>content</li>
  32. <li>content</li>
  33. <li>content</li>
  34. <li>content</li>
  35. </ul>
  36. </div>
  37. <!--- avatar --->
  38. <div class="col-sm-4"><img class="mx-auto d-block img-thumbnail m-2" style="width:200px;border:3px solid #2488CE;" src="https://f2.toyhou.se/file/f2-toyhou-se/thumbnails/27212342_Jrc.gif"></div>
  39. <div class="col-sm-4">
  40. <!--- donts --->
  41. <h3 class="text-uppercase font-weight-bold p-0" style="color:#2488CE;font-size:30px;" align="center">DONT'S</h3>
  42. <ul style="color:#2488CE;height:130px;overflow:auto;">
  43. <li>content here, the box will scroll</li>
  44. <li>content</li>
  45. <li>content</li>
  46. <li>content</li>
  47. <li>content</li>
  48. </ul>
  49. </div>
  50. </div>
  51. <!--- age, gender, etc --->
  52. <h3 class="text-uppercase font-weight-bold" style="color:#2488CE;font-size:25px;letter-spacing:5px;" align="center">age . gender . adj</h3>
  53. <!--- description --->
  54. <p class="text-center p-2 m-1" style="color:#2488CE;font-size:15px;height:120px;overflow:auto;line-height:24px;">
  55. 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.
  56. </p>
  57. </div>
  58. <div class="col-lg-4">
  59. <div class="card p-3 m-2" style="background-color:#252525;overflow:auto;max-height:100px;max-width:800px;border:2px solid #2488CE;">
  60. <h3 class="text-uppercase pt-1" style="font-size:20px;letter-spacing:3px;color:#2488CE;" align="center">
  61. <!--- links --->
  62. <a href="URLHERE"><span data-toggle="tooltip" title="DEVIANTART"><i class="fab fa-deviantart" style="color:#2488CE;"></i></span></a> •
  63. <a href="URLHERE"><span data-toggle="tooltip" title="INSTAGRAM"><i class="fab fa-instagram" style="color:#2488CE;"></i></span></a> •
  64. <a href="URLHERE"><span data-toggle="tooltip" title="TUMBLR"><i class="fab fa-tumblr" style="color:#2488CE;"></i></span></a> •
  65. <a href="URLHERE"><span data-toggle="tooltip" title="TWITTER"><i class="fab fa-twitter" style="color:#2488CE;"></i></span></a>
  66. </h3>
  67. </div>
  68. <!--- pagedoll, i reccommend using a vertical image --->
  69. <img class="mx-auto d-flex" src="https://f2.toyhou.se/file/f2-toyhou-se/images/27156980_18B9AmV7CJvU14A.png" style="height:350px;">
  70. </div>
  71. </div>
  72. </div>
  73. <!--- credit, dont remove pls! --->
  74. <a class="d-block text-muted text-center" href="https://toyhou.se/8632931.do-and-don-t-f2u-html" style="font-size:0.6em;">code by cati <i class="fad fa-rainbow"></i></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement