Advertisement
ChaZayari

Patty

May 18th, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cagliostro|Imprima|Livvic|Shanti&display=swap');
  3.  
  4.  
  5. #image{
  6. position: fixed;
  7. bottom: 0vh;
  8. right: 15vw;
  9. }
  10.  
  11. #image img{
  12. height: 100vh;
  13. }
  14.  
  15. #info{
  16. position: fixed;
  17. background: #d1797e;
  18. box-shadow: 0 0 1vh #000;
  19. padding: 1%;
  20. text-align: left;
  21. height: 48vh;
  22. width: 35vh;
  23. bottom: 22vh;
  24. left: 20vw;
  25. font-family: 'Imprima';
  26. font-size: 2vh;
  27. color: #fff;
  28. text-shadow: 0 0 .5vh #000;
  29. }
  30.  
  31. h1{
  32. font-size: 4vh;
  33. font-weight: lighter;
  34. }
  35.  
  36. a{
  37. color: #fff;
  38. transition: 0.25s;
  39. }
  40.  
  41. a:hover{
  42. transition: 0.25s;
  43. color:#e89c7b;
  44. }
  45.  
  46. </style>
  47.  
  48. <div id="image"><img src="https://i.imgur.com/OmmASK9.png"></div>
  49.  
  50. <div id="info">
  51. <h1>patricia seong</h1>
  52. 19<br>
  53. female<br>
  54. korean-american<br>
  55. completely human<br>
  56. college student; english major<br>
  57. trying her best<br>
  58. games a <b>lot</b><br>
  59. bisexual<br>
  60. 5'3"<br>
  61. <br>
  62. <br>
  63. <br>
  64. shitpost - multi-para<br>
  65. lewds maybe<br>
  66. don't be a dick<br>
  67. <a target="_blank" href="https://imgur.com/a/atGeCo4">pics</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement