Advertisement
ChaZayari

catfish

Sep 30th, 2020 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cagliostro|Meddon&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.  
  9. #image{
  10. position: fixed;
  11. top: 0vh;
  12. right: 5vw;
  13. }
  14.  
  15. #image img{
  16. height:100vh;
  17. }
  18.  
  19. #box1, #box2{
  20. position: fixed;
  21. padding: 1%;
  22. height: 25vh;
  23. width: 30vw;
  24. font-family: 'Cagliostro';
  25. font-size: 2vh;
  26. transition: 1s;
  27. overflow: auto;
  28. }
  29.  
  30. #box1{
  31. background: #E7C8DA;
  32. left: 14vw;
  33. bottom: 30vh;
  34. color: #E7C8DA;
  35. opacity: 0.4;
  36. }
  37.  
  38. #box2{
  39. background: #bafed9;
  40. left: 4vw;
  41. top: 25vh;
  42. color: #bafed9;
  43. opacity: 0.4;
  44. }
  45.  
  46. body:hover #box1{
  47. transition: 1s;
  48. opacity: 1;
  49. color: #3DAE82;
  50. bottom: 15vh;
  51. left: 10vw;
  52. }
  53.  
  54. body:hover #box2{
  55. transition: 1s;
  56. opacity: 1;
  57. color: #D895B4;
  58. top: 15vh;
  59. left: 10vw;
  60. }
  61.  
  62. #title{
  63. position: fixed;
  64. z-index: 5;
  65. padding: 1%;
  66. text-align: center;
  67. left: 10vw;
  68. top: 44vh;
  69. height: 12vh;
  70. width: 30vw;
  71. font-family: 'Meddon';
  72. font-size: 7vh;
  73. color: #2D1235;
  74. opacity: 0;
  75. transition: 1s;
  76. }
  77.  
  78. body:hover #title{
  79. opacity: 1;
  80. transition: 1s;
  81. }
  82.  
  83. a{
  84. color: #bafed9;
  85. transition: 1s;
  86. }
  87. a:hover{
  88. color: #fff;
  89. transition: 1s;
  90. }
  91.  
  92. body:hover a{
  93. color: #D895B4;
  94. }
  95.  
  96. </style>
  97.  
  98. <a target="_blank" href="https://ibb.co/album/VW70SK"><div id="image"><img src="https://i.ibb.co/D7qTtnv/image.png"></div></a>
  99.  
  100. <div id="box1">As adorable as Jia is, I do not claim any ownership of her or her art. All credits for that go to her artist, VonGulli.<br>
  101. <br>
  102. Jia is amphibeous. She can stay out of water for extended periods of time, but prefers to her time in water.<br>
  103. <br>
  104. This layout is mine. Please don't steal.</div>
  105.  
  106. <div id="title">The Catfish</div>
  107.  
  108. <div id="box2">
  109. <center>
  110. Her name is Jia<br>
  111. She's a little above average for height, about 5'5"<br>
  112. She's a female<br><br>
  113. She doesn't really know what she is, so she just calls herself a catfish. Cat, because of her whiskers and her love for fish, and fish because...well. Y'know.<br>
  114. <br>
  115. She doesn't really like <a target="_blank" href="https://i.ibb.co/LRLWCFH/image.png">wearing</a> <a target="_blank" href="https://i.ibb.co/qyTg7fj/image.png">clothes.</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement