Advertisement
Sansaisbae

Untitled

Nov 28th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fjalla+One&display=swap');
  2.  
  3.  
  4. body { background: #CF4F33; cursor: url('https://64.media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png'), default;}
  5.  
  6. .image {
  7. position: absolute;
  8. bottom: 0vh;
  9. left: 0vh;
  10. height: 80vh;
  11. width: 40vw;
  12. background: url('https://cdn.discordapp.com/attachments/478793307166736384/782128026892107826/krypto_boy.png') no-repeat;
  13. background-size: cover;
  14. filter: drop-shadow(.8vh .8vh 0vh #000);
  15.  
  16. }
  17.  
  18.  
  19. .box {
  20. z-index: 1000;
  21. position: absolute;
  22. top: 10vh;
  23. left: 33vw;
  24. width: 15vw;
  25. height: 30vh;
  26. clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 51% 75%, 21% 100%, 26% 75%, 0% 75%);
  27. background: #3F3F3F;
  28. }
  29.  
  30. .inner {
  31. position: absolute;
  32. top: 2vh;
  33. left: 1vw;
  34. height: 18vh;
  35. width: 26vh;
  36. font-family: 'Fjalla One', sans-serif;
  37. overflow: auto;
  38. text-transform: uppercase;
  39. text-align: justify;
  40. color: #fff;
  41. font-size: 14px;
  42. background: ;
  43.  
  44. }
  45.  
  46. ::-webkit-scrollbar {
  47. height: 10px;
  48. width: 2px;
  49. background-color: #transparent;
  50. border-radius:4px;
  51. }
  52.  
  53.  
  54. a, a:link, a:visited {
  55. color: #888;
  56. letter-spacing:1px;
  57. text-decoration:none;
  58. transition:0.7s;}
  59.  
  60. a:hover{
  61. color: #fff;
  62. text-decoration: inherit;
  63. transition: 0.7s;
  64. cursor: url('https://64.media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png'), default;}
  65.  
  66. ::selection {
  67. background:transparent;
  68. color: transparent;
  69. text-shadow: 0 0 5px white;}
  70. </style>
  71. <div class="image"></div>
  72. <div class="box"><div class="inner">box scrolls put w/e you want. <a target="_blank" href="">link</a></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement