Advertisement
hanimjay

Rules Box

Oct 25th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Orbitron:800|Space+Mono:400" rel="stylesheet">
  2. <style>
  3. #hanie-rules{
  4. position: relative;
  5. margin: 10px auto;
  6. width: 400px;
  7. height: 255px;
  8. background: #dddddd;
  9. border-radius: 15px;
  10. overflow: hidden;
  11. }
  12.  
  13. #hanie-rules ::-webkit-scrollbar {
  14. background: transparent;
  15. width: 8px;
  16. }
  17.  
  18. #hanie-rules ::-webkit-scrollbar-track {
  19. background: #dddddd;
  20. border: 0px solid #fff;
  21. border-radius: 100px;
  22. }
  23.  
  24. #hanie-rules ::-webkit-scrollbar-thumb {
  25. background: #FE4C00;
  26. border: 0px solid #fff;
  27. border-radius: 100px;
  28. }
  29.  
  30. #hanie-rules .text-bg{
  31. position: absolute;
  32. top: 38px;
  33. left: 45px;
  34. width: 310px;
  35. height: 100px;
  36. background: #ffffff;
  37. border-radius: 12px;
  38. }
  39.  
  40. #hanie-rules .textbox{
  41. position: absolute;
  42. top: 21px;
  43. left: 35px;
  44. width: 225px;
  45. height: 56px;
  46. overflow: auto;
  47. text-align: justify;
  48. font-family: 'Space Mono', monospace;
  49. font-size: 9.5px;
  50. font-weight: 400;
  51. text-transform: lowercase;
  52. line-height: 18px;
  53. color: #000000;
  54. padding-right: 15px;
  55. }
  56.  
  57. #hanie-rules .textbox c{
  58. color: #FE4C00;
  59. }
  60.  
  61. #hanie-rules .pointer {
  62. position: absolute;
  63. right: 70px;
  64. bottom: 107px;
  65. width: 25px;
  66. height: 25px;
  67. background: #ffffff;
  68. transform: rotate(45deg);
  69. }
  70.  
  71. #hanie-rules .footer-bg{
  72. position: absolute;
  73. bottom: -1px;
  74. left: 0px;
  75. width: 400px;
  76. height: 80px;
  77. background: #000000;
  78. }
  79.  
  80. #hanie-rules .title{
  81. position: absolute;
  82. bottom: 40px;
  83. left: 45px;
  84. color: #ffffff;
  85. text-transform: uppercase;
  86. text-align: left;
  87. font-family: 'Orbitron', sans-serif;
  88. font-weight: 800;
  89. font-size: 13px;
  90. letter-spacing: 1px;
  91. line-height: 15px;
  92. background: #333333;
  93. padding: 12.5px 30px;
  94. border-radius: 0px 0px 0px 15px;
  95. }
  96.  
  97. #hanie-rules .icon{
  98. position: absolute;
  99. bottom: 40px;
  100. right: 45px;
  101. height: 30px;
  102. width: 50px;
  103. background: url(https://i.imgur.com/r89PwJ9.gif);
  104. background-size: 50px;
  105. border-radius: 0px 0px 15px 0px;
  106. border: 5px solid #333333;
  107. }
  108.  
  109. </style>
  110.  
  111. <center>
  112. <div id="hanie-rules">
  113.  
  114. <div class="pointer"></div>
  115.  
  116. <div class="text-bg">
  117. <div class="textbox">
  118. <c>01.</c> FEEL FREE TO USE THE TEMPLATE wherever you want!
  119. <c>02.</c> DON'T HESITATE TO ASK ME IF YOU GOT ANY QUESTIONS.
  120. <c>03.</c> MINOR CHANGES ARE ALLOWED AS LONG AS YOU LEAVE THE CREDIT AS IT IS.
  121. </div>
  122. </div>
  123.  
  124. <div class="footer-bg">
  125. <div class="title">Play By The Rules</div>
  126. <div class="icon"></div>
  127. </div>
  128.  
  129. </div>
  130. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement