Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Milonga&display=swap');
  4.  
  5. body {background: #fff;margin: 0px;overflow:hidden;}
  6.  
  7. .body {position:fixed; bottom:0px; left:0px; width:400px; opacity:0.9;}
  8.  
  9. .cunt {position:fixed; bottom:00px; left:400px; padding:10px; overflow:hidden; font-size:13px;
  10. border-top:20px double #FFF;
  11. border-bottom:20px solid #9DB7A7;
  12. border-left:20px solid #000200;
  13. border-right:20px double #FFF;
  14. z-index:0px;
  15. }
  16.  
  17. a {text-decoration:none; padding:5px; text-align:center; letter-spacing:4px; border-bottom: 1px solid #000; color:#000;}
  18.  
  19. b {background-color:#ADB278; padding:5px; color:#FFF; text-transform:uppercase; letter-spacing:1px; font-size:8px; font-family:tahoma; border:1px solid #000;}
  20.  
  21. h3 {line-height:0px; text-align:right; font-family:georgia; letter-spacing:-1px; font-style:italic; text-transform:lowercase; font-size:14px; color:#BA1F27;}
  22.  
  23. .lei { position:fixed; bottom:90px; left:379px; z-index:999999;
  24. font-size:90px; font-family: 'Milonga', cursive; color:#000; font-style:italic; letter-spacing:3px; text-shadow:2px 0 0 #FFF;
  25. -ms-transform: rotate(90deg);
  26. -webkit-transform: rotate(90deg);
  27. transform: rotate(90deg);
  28. }
  29.  
  30. .stats {margin-left:80px; width:250px;}
  31. .info {margin-left:80px; height:200px; width:250px; margin-bottom:10px; margin-top:15px; overflow:auto; text-align:justify;}
  32. .links {margin-left:80px; width:250px;}
  33.  
  34. ::-webkit-scrollbar { width: 0px; height: 0px; background:#;}
  35. ::-webkit-scrollbar-thumb { background-color: #; -webkit-border-radius: 0px; border-radius: 0px;}
  36.  
  37. </style>
  38.  
  39. <body>
  40. <img src="https://i.imgur.com/63tv9ym.png" class="body">
  41. <div class="lei">Leif</div>
  42. <div class="cunt">
  43.  
  44. <div class="stats"><center>
  45. <b>stat</b> <b>stat</b> <b>stat</b> <b>stat</b>
  46. </center></div>
  47.  
  48.  
  49. <div class="info">
  50. <h3>a title can go here</h3>
  51. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  52. <h3>a title can go here</h3>
  53. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  54. <h3>a title can go here</h3>
  55. Write as much as you want, fool.
  56. </div>
  57.  
  58.  
  59. <div class="links"><center>
  60. <a href="https://imgur.com/a/Rl5ix9D">gallery</a>
  61. <font style="font-size:30px; font-family: 'Milonga', cursive; color:#000; font-style:italic;">&</font>
  62. <a href="https://roleplay.chat/profile.php?user=badbaby">credit</a>
  63. </center></div>
  64. </div>
  65.  
  66. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement