Professor_Stein

Kari

May 4th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Didact+Gothic|Encode+Sans+Expanded|Hind+Guntur|Martel+Sans|Yantramanav&display=swap');
  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. body{
  9. background: #645972 ;
  10. background-size: cover;
  11. background-position: center;
  12. }
  13.  
  14.  
  15. #image{
  16. position: fixed;
  17. bottom: 0vh;
  18. right: 25vw;
  19. }
  20.  
  21. #image img{
  22. height: 100vh;
  23. }
  24.  
  25.  
  26. #stat1, #stat2, #stat3, #stat4, #stat5, #stat6, #stat7, #info, #title{
  27. position: fixed;
  28. padding: .75%;
  29. background: #f2e1ec;
  30. box-shadow: .5vh .5vh .5vh #000;
  31. z-index: 2;
  32. }
  33.  
  34. #stat1, #stat2, #stat3, #stat4, #stat5{
  35. height: 3vh;
  36. width: 8vw;
  37. right: 61.5vw;
  38. text-align: center;
  39. font-family: 'Coda';
  40. font-size: 2.75vh;
  41. color: #4d406b;
  42. }
  43.  
  44. #stat1{top:22vh;}
  45. #stat2{top:30vh;}
  46. #stat3{top:38vh;}
  47. #stat4{top:46vh;}
  48. #stat5{top:54vh;}
  49. #stat6{top:62vh;}
  50. #stat7{top:70vh;}
  51.  
  52. a {color: #4d406b}
  53.  
  54. a:visitied {color: #4d406b}
  55. </style>
  56.  
  57. <div id="image"><img src="https://i.imgur.com/3TpJ9Lx.png"></div>
  58. <div id="stat1">Kari </div>
  59. <div id="stat2">26</div>
  60. <div id="stat3">5'5"</div>
  61. <div id="stat4">Female</div>
Add Comment
Please, Sign In to add comment