Advertisement
ChaZayari

Shu!

Feb 17th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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. body{
  8. background: #DD2331;
  9. }
  10.  
  11. #image{
  12. position: fixed;
  13. bottom: 0vh;
  14. right: 0vw;
  15. }
  16.  
  17. #image img{
  18. height: 100vh;
  19. }
  20.  
  21.  
  22. #box{
  23. position: fixed;
  24. text-align: left;
  25. color: #fff;
  26. text-shadow: -.5vh .5vh .5vh #000;
  27. font-family: 'You Wont Bring Me Down';
  28. font-size: 4vh;
  29. height: 80vh;
  30. left: 10vw;
  31. bottom: 10vh;
  32. width: 30vw;
  33. line-height: 7vh;
  34. }
  35.  
  36. h1{
  37. font-family: 'White Angelica';font-size: 10vh;
  38. }
  39.  
  40.  
  41. </style>
  42.  
  43. <div id="image">
  44. <img src="https://i.imgur.com/mVnLW1t.png">
  45. </div>
  46.  
  47. <div id="box">
  48. <center><h1>Shu Chi</h1>
  49. Human, twenty-one, 5'3"<br>
  50. Psychic in myriad ways<br>
  51. University Student, <br>
  52. Psychology Major (of course)<br>
  53. Homosexual<br>
  54. Socially awkward
  55. <br>
  56. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement