Advertisement
colsonitalee

relationship box

Oct 14th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  2. <style>
  3. /*interests filler by mia for peachlyts. pls do not delete the credit. it will not show nor affect how the filler looks visually on your profile to keep it here. thnx. */
  4. @import url('https://fonts.googleapis.com/css?family=Lato:300,400,900&display=swap');
  5.  
  6. #peach-luv {
  7. position: relative;
  8. margin: 0 auto;
  9. width: 220px;
  10. height: 125px;
  11. padding: 5px;
  12. background-color: transparent;
  13. text-align: center;
  14. }
  15.  
  16. #peach-icon1 {
  17. position: relative;
  18. display: inline-block;
  19. margin-left: 20px;
  20. margin-top: 10px;
  21. width: 50px;
  22. height: 50px;
  23. border: .5px solid #eaeaea;
  24. padding: 5px;
  25. background-color: #ffffff;
  26. border-radius: 100%;
  27. z-index: 1;
  28. }
  29.  
  30. #peach-icon2 {
  31. position: relative;
  32. display: inline-block;
  33. left: -18px;
  34. width: 50px;
  35. height: 50px;
  36. border: .5px solid #eaeaea;
  37. padding: 5px;
  38. background-color: #ffffff;
  39. border-radius: 100%;
  40. }
  41.  
  42. #love1 {
  43. position: relative;
  44. width: 210px;
  45. display: inline-block;
  46. font-family: 'lato', sans-serif;
  47. font-weight: 400;
  48. font-size: 12.5px;
  49. color: #bababa;
  50. letter-spacing: -.5px;
  51. }
  52.  
  53. bl {
  54. font-weight: 900;
  55. color: #f2bcd9;}
  56.  
  57. lw {
  58. font-weight: 300;
  59. font-size: 10px;
  60. }
  61. </style>
  62.  
  63. <div id="peach-luv">
  64. <img src="https://placehold.it/50x50" id="peach-icon1">
  65. <img src="https://placehold.it/50x50" id="peach-icon2">
  66. <div id="love1">
  67. <span class="th th-heart-1" style="position: relative; color:#f2bcd9; font-size: 15px; margin-top: -3px; margin-bottom: 2px;"></span>
  68. <br>
  69. <bl>name #1</bl> started dating <bl>name #2</bl>
  70. <br>
  71. <lw>month day, year</lw>
  72. </div>
  73. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement