Advertisement
peachlyts

ABOUT ME FILLER O1O | FLOWURS (GRAY)

Jun 28th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. :: notes n rules ::
  2. ✩ rules as usual:
  3. ✩ don't use this code as a base to claim/repost as your own. i know my coding and
  4. will not hesitate to raise a ruckus if i see this reposted as someone else's.
  5. ✩ leave the credit on!!!! leave it!! just leave it in the code!! give ME credit
  6. for MY work. it's the LEAST you could do. leaving the internal credit will not
  7. show anywhere physically on your layout.
  8. ✩ like what you take, take what you like. these things were coded with y'all in mind.
  9. ✩ notes:
  10. ✩ image dimensions are 140x140.
  11. ✩ to change color of the header search for "#f8d7d5" and change to hex code of your liking.
  12. ✩ try to keep the header text to a minimum. if it is too long you may need to change the font size
  13. under "msev-headr". if you need help with this feel free to reach out to @mia.
  14. ✩ ✩ paste everything below the line in your about me ✩ ✩
  15. -------------------------
  16. <style>
  17. /* polaroid about me filler by mia sevano for peach lyts.
  18. >> inspo credit to my fellow owners kiwi + foster sevano
  19. >> please do not delete this internal credit! it will not affect
  20. the look of your code!! thank you :DD */
  21.  
  22. @font-face {font-family: "merci brush"; src: url('https://www.dl.dropboxusercontent.com/s/k871njbwevh1vth/Merci%20Heart%20Brush.ttf'); format("truetype");}
  23. #msev-aboutme {
  24. position: relative;
  25. margin: 0 auto;
  26. width: 420px;
  27. height: 230px;
  28. padding: 10px;
  29. background-color: #ffffff;
  30. z-index: 1;
  31. }
  32.  
  33. #msev-polaroid {
  34. position: relative;
  35. margin-top: 22px;
  36. margin-left: 30px;
  37. z-index: 2;
  38. }
  39.  
  40. #msev-flowur1 {
  41. position: relative;
  42. top: 35px;
  43. margin-left: -212px;
  44. filter: grayscale(100%);
  45. z-index: 3;
  46. }
  47.  
  48. #msev-polaroid-img {
  49. position: relative;
  50. width: 140px;
  51. height: 140px;
  52. left: -150px;
  53. top: -30px;
  54. }
  55.  
  56. #msev-flowur2 {
  57. position: relative;
  58. top: -75px;
  59. left: -220px;
  60. z-index: 4;
  61. filter: grayscale(100%);
  62. transform: rotate(-5deg);
  63. }
  64.  
  65. #msev-headr {
  66. position: relative;
  67. margin-top: -210px;
  68. margin-left: 190px;
  69. font-family: 'merci brush', cursive;
  70. font-size:42px;
  71. transform: rotate(-5deg);
  72. color: #f8d7d5;
  73. }
  74.  
  75. #msev-about-scrollbx {
  76. position: relative;
  77. left: 205px;
  78. top:-10px;
  79. width: 190px;
  80. height: 125px;
  81. padding: 10px;
  82. font-family: 'montserrat', sans-serif;
  83. font-size: 10px;
  84. font-weight: 400;
  85. text-align: justify;
  86. background-color: transparent;
  87. overflow: scroll;
  88. overflow-x: hidden;
  89. }
  90. #msev-about-scrollbx::-webkit-scrollbar-thumb {
  91. height:auto;
  92. background-color: transparent;
  93. border: transparent;}
  94.  
  95. #msev-about-scrollbx::-webkit-scrollbar {
  96. height:0px;
  97. width:0px;
  98. background-color: transparent;
  99. border: transparent;}
  100.  
  101. </style>
  102.  
  103. <div id="msev-aboutme">
  104. <img src="https://i.imgur.com/HXJkSYu.png" id="msev-polaroid">
  105. <img src="http://placehold.it/140x140" id="msev-polaroid-img">
  106. <img src="https://i.imgur.com/16Tvrk4.png" id="msev-flowur1">
  107. <img src="https://i.imgur.com/XNwfiuM.png" id="msev-flowur2">
  108. <div id="msev-headr">hey, how are ya?</div>
  109. <div id="msev-about-scrollbx">
  110. about me here about me here about me here about me here
  111. about me here about me here about me here about me here
  112. about me here about me here about me here about me here
  113. about me here about me here about me here about me here
  114. about me here about me here about me here about me here
  115. about me here about me here about me here about me here
  116. about me here about me here about me here about me here
  117. about me here about me here about me here about me here
  118. </div>
  119. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement