Advertisement
ChaZayari

Julia

May 18th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cagliostro&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. border: .5vh #2e2e2e solid;
  18. padding: 1%;
  19. height: 40vh;
  20. width: 35vh;
  21. bottom: 22vh;
  22. left: 15vw;
  23. font-family: 'Cagliostro';
  24. font-size: 2.5vh;
  25. color: #2e2e2e;
  26. }
  27.  
  28. h1{
  29. font-weight: lighter;
  30. font-size: 5vh;
  31. }
  32.  
  33. </style>
  34.  
  35. <div id="image"><img src="https://i.imgur.com/PWTl0Wm.jpg"></div>
  36.  
  37. <div id="info">
  38. <h1>julia stanford</h1>
  39. thirty years old<br>
  40. six foot two<br>
  41. horse, not a donkey or a cow<br>
  42. single, likely to stay that way<br>
  43. <br>
  44. looks like a bitch, can be a bitch, not regularly a bitch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement