ChaZayari

Izabel

Aug 5th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cookie|Lobster|Odibee+Sans|Pangolin|Permanent+Marker|Shadows+Into+Light|Yellowtail&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. h1{font-family: 'Yellowtail', cursive;font-size: 5vh;}
  9. *{font-family: 'Odibee Sans', cursive;font-size:2.5vh;color:#ffae9e;}
  10. b{color:#f7e1c8;}
  11. t{font-family: 'Permanent Marker';font-size:14vh;color: #ffae9e;}
  12.  
  13. body{
  14. background: #FFD5BF;
  15. }
  16.  
  17. #image{
  18. position: fixed;
  19. bottom: 0vh;
  20. left: 12vw;
  21. opacity: 1;
  22. }
  23.  
  24. #image img{
  25. height: 100vh;
  26. }
  27.  
  28. @keyframes diagonal {
  29. 0% { transform: translatex(70vw) translatey(-100vh) skew(-10deg);}
  30. 100% { transform: translatex(55vw) translatey(25vh) skew(-10deg);}
  31. }
  32.  
  33. @keyframes diagonal2 {
  34. 0% { transform: translatex(75vw) translatey(-115vh) skew(-10deg);}
  35. 100% { transform: translatex(60vw) translatey(11vh) skew(-10deg);}
  36. }
  37.  
  38.  
  39. #box{
  40. position: fixed;
  41. box-shadow: 1vh 1vh 2vh #68271a;
  42. background: linear-gradient(45deg, #c61535, #e57862, #dd4f69);
  43. padding: 1%;
  44. overflow: auto;
  45. height: 50vh;
  46. width: 32vw;
  47. text-shadow: 1vh 1vh 1vh #4f332e;
  48. animation: diagonal 1.5s 1;
  49. animation-fill-mode: both;
  50. animation-delay: 1s;
  51. }
  52.  
  53. #title{
  54. position: fixed;
  55. z-index: 5;
  56. height: 20vh;
  57. width: 32vw;
  58. text-align: right;
  59. text-shadow: 1vh 1vh 1vh #4f332e;
  60. animation: diagonal2 1.5s 1;
  61. animation-fill-mode: both;
  62. animation-delay: 1s;
  63. }
  64.  
  65. </style>
  66.  
  67. <div id="image">
  68. <img src="https://i.imgur.com/s71IDfd.jpg">
  69. </div>
  70.  
  71. <div id="title"><t>Izabel</t></div>
  72. <div id="box">
  73. <center>
  74. <h1>The Liger who doesn't take any shit.</h1>
  75. Izabel Craine.<br>
  76. A Seriously Floofy <b>Liger.</b><br>
  77. Is most definitely of the femme variety.<br>
  78. 5'10"<br>
  79. <br>
  80. Is cool with being called Izzy.<br>
  81. Don't touch her floof without being given permission first.<br>
  82. I'll work out deets later.
  83. </div>
  84.  
  85.  
  86.  
Add Comment
Please, Sign In to add comment