Advertisement
ZukoHiyama

better mina

Jan 24th, 2020
2,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Kalam:300|Molle:400i|PT+Sans+Narrow');
  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: 'Molle', cursive;font-size: 6vh;}
  9. *{font-family: 'Kalam', cursive;font-size:2.8vh;color:#ffae9e;}
  10. b{color:#f7e1c8;}
  11.  
  12. body{
  13. background: #FFD5BF;
  14. background-image: url('http://i.picpar.com/HCYd.png');
  15. background-repeat: no-repeat;
  16. background-position: right bottom;
  17. background-size: 38%;
  18. }
  19.  
  20. #image{
  21. position: fixed;
  22. bottom: 0vh;
  23. left: 75vw;
  24. opacity: 1;
  25. }
  26.  
  27. #image img{
  28. height: 100vh;
  29. }
  30.  
  31. @keyframes diagonal {
  32. 0% { transform: translatex(70vw) translatey(-100vh) skew(-10deg);}
  33. 100% { transform: translatex(20vw) translatey(20vh) skew(-10deg);}
  34. }
  35.  
  36.  
  37. #box{
  38. position: fixed;
  39. border: 2px #68271a solid;
  40. background: linear-gradient(45deg, #c61535, #e57862, #dd4f69);
  41. padding: 1%;
  42. overflow: auto;
  43. height: 50vh;
  44. width: 32vw;
  45. text-shadow: 1vh 1vh 1vh #4f332e;
  46. animation: diagonal 1.5s 1;
  47. animation-fill-mode: both;
  48. animation-delay: 1s;
  49. }
  50.  
  51.  
  52. #credit {
  53. z-index:1;
  54. position:fixed;
  55. height:20vh;
  56. right:%;
  57. bottom:0%;
  58. filter: drop-shadow(0 0 1vh #fff);
  59. }
  60.  
  61. </style>
  62.  
  63.  
  64.  
  65.  
  66. <div id="box">
  67. <center>
  68. <h1>Oooh yeah</h1>
  69. Mina Ashido, your <a target="_blank" href="https://bokunoheroacademia.fandom.com/wiki/Mina_Ashido">Alien Queen!</a><br>
  70. UA high - class 1-A.<br>
  71. Cheerful, energetic, excitable, <a target="_blank" href="https://open.spotify.com/playlist/0qbGewco2v8azpBc2dCIZ1">My tunes</a><p>
  72.  
  73.  
  74. <B>Acid:</b> Mina's Quirk allows her to shoot out a corrosive liquid from within her body and can control the degree of solubility, as well as its viscosity. She can use it offensively but has shown utility as well such as melting handholds for herself to climb with. She is also known to secrete the acid from her feet in order to slide around. Mina has a limit of how long she can produce acid until her skin gradually loses its natural resistance to corrosion.
  75. </div>
  76.  
  77. <a target="_blank" href="https://roleplay.chat/profile.php?user=From+Shadows+Codes" target="_blank" title="CC#02
  78. Firefox 1366x768
  79. Inform me of issues.">
  80. <img src="https://i.imgur.com/A9wLMgS.png" id="credit"/>
  81. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement