Advertisement
Guest User

harlow starter

a guest
Sep 19th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Damion');
  4. @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
  5. @import url('https://fonts.googleapis.com/css?family=Special+Elite');
  6.  
  7. body {background: #000;}
  8. ::-webkit-scrollbar {display:none}
  9.  
  10. .container {position: fixed;
  11. height: 400px;
  12. width: 400px;
  13. margin: auto;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. border: 1px solid #800000;
  19. }
  20.  
  21. .image {position: absolute;
  22. background: url('https://images-ext-2.discordapp.net/external/3y0cP0e9s8bM0ciijX5EeXE-vZtRuFnbcqjmzYRYgVs/https/s3.amazonaws.com/djwp/wp-content/uploads/2014/10/03113854/DOC5_GASPARDULLIEL3-731x1024.jpg?width=268&height=376') no-repeat;
  23. background-size: 270px;
  24. background-position: -45px -30px;
  25. height: 380px;
  26. width: 200px;
  27. left: 10px;
  28. bottom: 10px;
  29. }
  30.  
  31.  
  32. .slide2 {position: fixed;
  33. background-color: #000;
  34. background-position: 100%;
  35. height: 100%;
  36. width: 100%;
  37. top: 0px;
  38. left: 0px;
  39. right: 0px;
  40. bottom: 0px;
  41. z-index: 9999;
  42. opacity: 0;
  43. transition:all .9s ease-in-out;
  44. -webkit-transition:all .9s ease-in-out;
  45. -o-transition:all .9s ease-in-out;
  46. -moz-transition:all .9s ease-in-out;
  47. pointer-events: none;
  48. }
  49. .image2 {position: absolute;
  50. background: url('https://upload.wikimedia.org/wikipedia/commons/3/31/Chartres_-_cath%C3%A9drale_-_rosace_nord.jpg') no-repeat;
  51. background-size: 670px;
  52. background-position: -120px -20px;
  53. height: 500px;
  54. width: 430px;
  55. left: 560px;
  56. bottom: 150px;
  57. border-radius: 700px;
  58. filter: grayscale(50%);
  59. }
  60. .text2 {position: absolute;
  61. font-family: Nightmare Pills;
  62. font-size: 50px;
  63. background: -webkit-linear-gradient(#000, #800000 10%);
  64. -webkit-background-clip: text;
  65. -webkit-text-fill-color: transparent;
  66. letter-spacing: 15px;
  67. text-align: center;
  68. margin: auto;
  69. left: 70px;
  70. bottom: -60px;
  71. }
  72.  
  73. </style>
  74.  
  75. <div class="container">
  76. <div class="image">
  77.  
  78. <div class="slide2"><div class="image2"><div class="text2">HARLOW.</div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement