Advertisement
Guest User

tester

a guest
Mar 31st, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');
  4. @import url('https://fonts.googleapis.com/css?family=Kulim+Park&display=swap');
  5.  
  6.  
  7. body { background: linear-gradient(#933e55, #6d6678); background-attachment: fixed; background-position: center center; background-repeat: repeat; background-size: auto; overflow: hidden; }
  8.  
  9. ::-webkit-scrollbar-track {background-color:;}
  10. ::-webkit-scrollbar-thumb {background-color:;}
  11. ::-webkit-scrollbar {width:2px;height:5px;}
  12.  
  13. a {color: #c1787b; text-decoration: none; }
  14. a:hover {color: white; text-decoration: none;cursor: url('http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png');}
  15. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;}
  16. b, strong { font-weight: 800; color: #DA858A; }
  17.  
  18. .container { background-color: #2b2830; position:fixed; top: 240px; left: 450px; padding: 5px; border: 2px solid #b6b3bc; height: 180px; width: 450px; }
  19.  
  20. .img { position: absolute; top: 0px; left: 0px; height: 190px; width: 200px; background-image: url("https://cdn.discordapp.com/attachments/599431884056952859/694422913138556968/26.jpg"); background-size: 100% 100%; background-position: center center; overflow: hidden; clip-path: polygon(0 0, 65% 0, 93% 100%, 0% 100%); z-index: 5000;}
  21.  
  22. .ooc{ position: absolute; top: 280px; left: 620px; width: 245px; height: 105px; z-index: 2200; overflow: hidden; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; background: #fff; font-size: 8px; letter-spacing: 1px; text-align: justify; line-height: 160%; text-transform: uppercase; padding: 10px; border-radius: 5px; color: #b6b3bc; font-weight: 800; clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%); overflow:auto; }
  23.  
  24. .bar1 { background-color: #b6b3bc; position:fixed; top: 340px; left: 538px; height: 5px; width: 165px; transform: rotate(73deg); z-index: 1000; }
  25. .bar2 { background-color: #b6b3bc; position:fixed; top: 418px; left: 643px; height: 5px; width: 260px; z-index: 1000; }
  26. .bar3 { background-color: #b6b3bc; position:fixed; top: 267px; left: 898px; height: 155px; width: 5px; z-index: 1000; }
  27. .bar4 { background-color: #b6b3bc; position:fixed; top: 263px; left: 595px; height: 5px; width: 90px; z-index: 1000; }
  28. .bar5 { background-color: #b6b3bc; position:fixed; top: 263px; left: 813px; height: 5px; width: 90px; z-index: 1000; }
  29.  
  30. .title { position:fixed; top: 253px; left: 697px; text-align: left; font-family: 'Kulim Park', sans-serif; text-shadow: -1px 0px 0px #fff, 0px 1px 0px #fff, 1px 0px 0px #fff, 0px -1px 0px #fff; line-height: 1; font-size: 20px; color: #933e55; z-index: 1000; letter-spacing: 3px; text-align: center; font-weight: bold; font-style: italic; text-transform: lowercase;}
  31.  
  32.  
  33. </style>
  34.  
  35. <div class="container"><div class="img"></div></div>
  36.  
  37. <div class="bar1"></div><div class="bar2"></div><div class="bar3"></div><div class="bar4"></div><div class="bar5"></div>
  38.  
  39. <div class="title">welcome</div>
  40.  
  41. <div class="ooc">
  42.  
  43. the official coding profile for <b>A Bad Bitch</b>. Yeah, I left for a long time and I'm around now. But I'm just getting back into the swing of things.
  44.  
  45. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement