Advertisement
owltrash

blondie / karolina

Jan 16th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Economica|Oleo+Script');
  3.  
  4.  
  5. .pfor{ display:none; background-color:transparent; }
  6. body {background:url('') top left fixed repeat;
  7. background-color:#000;
  8. overflow:hidden; }
  9.  
  10. #profile{ border:0px; background-color:transparent; }
  11. *{cursor:url('https://i.imgur.com/Dg4j7H2.png'), default; }
  12.  
  13. body{ background-color:#000;
  14. background-position:right top;
  15. background-repeat: repeat; background-attachment:fixed; background-size: repeat}
  16.  
  17. ::-webkit-scrollbar { width:5px; height:0px; background:; }
  18. ::-webkit-scrollbar-thumb { background-color:#fff; border:1px solid #fff;
  19. -webkit-border-radius:10px; border-radius:10px; }
  20.  
  21.  
  22. #bg{ position:fixed; width:100%; height:100%; left:-115px; bottom:0px; }
  23.  
  24. #pic{ position:absolute;
  25. background-image:url('https://i.imgur.com/fE6t7Ru.png');
  26. background-position:0% 50%; background-size:600px;
  27. background-attachment: absolute;
  28. background-repeat:no-repeat;
  29. height:693px; width:600px;
  30. bottom:-1px; left:250px; }
  31.  
  32. #name{ height:90px; width:400px;
  33. bottom:310px; left:630px;
  34. background-color:transparent;
  35. background:url('https://i.imgur.com/dWS78aR.gif') -50px -50px repeat;
  36. -webkit-text-fill-color: transparent;
  37. -webkit-background-clip: text;
  38. color:#47495f;
  39. font-family:'Oleo Script';
  40. font-size:65px;
  41. font-style:italic;
  42. letter-spacing:0px;
  43. text-transform:;
  44. text-align:justify;
  45. margin: 0px 5px 0px; padding:0px;
  46. position:absolute;
  47. float:left; overflow:auto; }
  48.  
  49.  
  50. #info{ height:370px; width:350px;
  51. bottom:-40px; left:655px;
  52. background-color:transparent;
  53. background:url('https://i.imgur.com/dWS78aR.gif') -50px -50px repeat;
  54. -webkit-text-fill-color: transparent;
  55. -webkit-background-clip: text;
  56. color:#fe64aa;
  57. font-family:'Economica';
  58. font-size:22px;
  59. line-height:25px;
  60. letter-spacing:1px;
  61. text-align:right;
  62. margin: 0px 5px 0px; padding:10px;
  63. position:absolute;
  64. float:left; overflow:auto; }
  65.  
  66. </style>
  67. <body>
  68.  
  69. <div id="bg">
  70. <div id="pic">
  71. </div>
  72.  
  73. <div id="name">
  74. karolina dean
  75. </div>
  76.  
  77. <div id="info">
  78. five-nine. eighteen. alien. runaway. <br>
  79. </div>
  80.  
  81. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement