Advertisement
ChaZayari

Jane

Dec 6th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. <style>
  2. @import url('https://www.themonster.xyz/styles/fancy-fonts.css');
  3. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  4. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  5. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  6.  
  7.  
  8.  
  9. body{
  10. background: #ccb8b9;
  11. }
  12.  
  13.  
  14. #image{
  15. position: fixed;
  16. border: .5vh #ad5f63 solid;
  17. box-shadow: 0 0 2vh #000;
  18. bottom: 5vh;
  19. right: 36.5vw;
  20. transition: 0.5s;
  21. }
  22.  
  23. #image img{
  24. height: 90vh;
  25. }
  26.  
  27.  
  28. body:hover #image{
  29. right: 15vw;
  30. transition: 1s;
  31. }
  32.  
  33.  
  34. #box{
  35. position: fixed;
  36. padding: 1%;
  37. transition: 0.5s;
  38. background:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://i.imgur.com/iKEwhnh.jpg);
  39. background-size: cover;
  40. background-position: center;
  41. box-shadow: 0 0 2vh #000;
  42. text-align: center;
  43. bottom: 13vh;
  44. left: 10vw;
  45. height: 70vh;
  46. width: 30vw;
  47. opacity: 0;
  48. font-size: 2.5vh;
  49. color: #fff;
  50. font-family: 'Gotham';
  51. }
  52.  
  53. body:hover #box{
  54. transition: 1s;
  55. transition-delay: .5s;
  56. opacity: 1;
  57. }
  58.  
  59. h1{
  60. font-family: 'Graceland';
  61. font-size: 5vh;
  62. }
  63.  
  64. </style>
  65. <div id="image">
  66. <img src="https://i.imgur.com/DQcBkfe.jpg">
  67. </div>
  68.  
  69.  
  70. <div id="box">
  71. <h1>Jane Wu</h1>
  72. Chinese-American<br>
  73. Nineteen<br>
  74. Five foot two<br>
  75. <u>Gay</u>mer.<br>
  76. Tries to give kindness where kindness is due.<br>
  77. Music nerd.<br>
  78. <br><br><br><br>
  79. <br><br><br><br>
  80. More to come later.
  81. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement