RageQxeen

The Gentle Buddhist

Apr 10th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. <html>
  2. <body><style type="text/css">
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Tangerine|Great+Vibes);
  5.  
  6. html, body {
  7. background: #E82F1;
  8. background-image:url("https://i.imgur.com/SZFnrFI.jpg");
  9. background-size:400px;
  10. background-repeat:no-repeat;
  11. background-position:left bottom;
  12. background-size: cover;
  13. }
  14.  
  15. #profile {
  16. background-color: #ffffff;
  17. border: 0px ;
  18. }
  19.  
  20. .pfor {display: none}
  21.  
  22.  
  23. ::-webkit-scrollbar-button:vertical:{
  24. background-color: #transparent;}
  25.  
  26. ::-webkit-scrollbar-thumb:vertical {
  27. background-color:#transparent;
  28. height:150px;}
  29.  
  30. ::-webkit-scrollbar-thumb:horizontal {
  31. background-color:#transparent;
  32. height:60px;}
  33.  
  34.  
  35. ::-webkit-scrollbar {
  36. height:60px;
  37. width:5px;
  38. background-color:#transparent;}
  39.  
  40. #image {
  41. width: 1366px;
  42. margin: 0px;
  43. border: none;
  44. height: 700px;
  45. background-color:transparent;
  46. position: absolute;
  47. left: 0%;
  48. bottom: 0%;
  49. background-image:url("");
  50. background-repeat:no-repeat;
  51. background-position: fit;
  52. background-size: cover;
  53. }
  54.  
  55. h1 {
  56. font-family: 'Great Vibes', cursive;
  57. font-size: 30px;
  58. line-height: 22px;
  59. color:#0cab6b;
  60. text-align: center;
  61. letter-spacing:1px;
  62. word-spacing: 2px;
  63. text-decoration:none!important;
  64. }
  65.  
  66. h2 {
  67. font-family: 'Tangerine', cursive;
  68. font-size: 20px;
  69. line-height: 22px;
  70. color:#0cab6b;
  71. text-align: center;
  72. letter-spacing:1px;
  73. word-spacing: 2px;
  74. text-decoration:none!important;
  75. }
  76.  
  77. h3 {
  78. font-family: 'Tangerine', cursive;
  79. font-size: 15px;
  80. line-height: 22px;
  81. color:#0cab6b;
  82. text-align: center;
  83. letter-spacing:1px;
  84. word-spacing: 2px;
  85. text-decoration:none!important;
  86. }
  87.  
  88. .placement {
  89. position: fixed;
  90. overflow: auto;
  91. background-color: transparent;
  92. top: 40%;
  93. left: 20%;
  94. width: 300px;
  95. height: 200px;
  96. z-index: 1;
  97. }
  98.  
  99. a {
  100. color: #0cab6b; /*link color*/
  101. text-decoration: none;
  102. -webkit-transition: all 0.5s ease;
  103. -moz-transition: all 0.5s ease;
  104. transition: all 0.5s ease;
  105. }
  106.  
  107. a:hover {
  108. color: #830303; /*hover link color*/
  109. -webkit-transition: all 0.5s ease;
  110. -moz-transition: all 0.5s ease;
  111. transition: all 0.5s ease;
  112. }
  113.  
  114. </style>
  115.  
  116. <div class="placement"><h1>The Gentle Buddhist</h1>
  117. <h2>Anshin Gyuokshin | Guidance Counselor | Professional Hero: Aebani | Devote Buddhist<br><br>
  118. <a target="_blank" href=e</a></h2>
  119. <h3><a target="_blank" href="https://roleplay.chat/profile.php?user=Caelum">Inspired By</a></h3>
  120. </div>
  121.  
  122. <div id="image"></div>
  123.  
  124. </body>
  125. </html>
Advertisement
Add Comment
Please, Sign In to add comment