Advertisement
ChaZayari

Earl Grey

Apr 19th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Alex+Brush|Allura|Bilbo|Bilbo+Swash+Caps|Fondamento|Italianno|Lateef|Lovers+Quarrel|Meddon|Mirza|Simonetta');
  3.  
  4. body{
  5. background: #D9D1C6;
  6. }
  7.  
  8. #image{
  9. position: fixed;
  10. bottom: 0vh;
  11. left: 5vw;
  12. }
  13.  
  14. #image img{
  15. height: 100vh;
  16. }
  17.  
  18.  
  19. #boxback{
  20. position: fixed;
  21. background: url(https://images-na.ssl-images-amazon.com/images/I/A17oMYqz6OL._SY500_.jpg);
  22. background-size: cover;
  23. background-position: top left;
  24. z-index: 1;
  25. height: 50vh;
  26. width: 18vw;
  27. bottom: 30vh;
  28. right: 20vw;
  29. }
  30.  
  31. #box{
  32. position: fixed;
  33. z-index: 5;
  34. background: rgba(0, 0, 0, 0.3);
  35. border: 0.125px #000 solid;
  36. padding: .5%;
  37. width: 14vw;
  38. height: 43.5vh;
  39. bottom: 32vh;
  40. right: 21.3vw;
  41. font-family: 'Bilbo', cursive;
  42. font-size: 2.4vh;
  43. color: #fff8ce;
  44. text-shadow: 0 0 8px #000;
  45. }
  46.  
  47. #title{
  48. position: fixed;
  49. z-index: 6;
  50. width: 25vw;
  51. height: 20vh;
  52. top: 12vh;
  53. right: 19vw;
  54. text-align: center;
  55. }
  56.  
  57. r{
  58. font-family: 'Simonetta', cursive;
  59. float:right;
  60. }
  61.  
  62. t{
  63. font-family: 'Lovers Quarrel', cursive;
  64. font-size: 13vh;
  65. background: linear-gradient(-45deg, #f9c2d4, #fffed3, #f9cfe0);
  66. -webkit-background-clip: text;
  67. -webkit-text-fill-color: transparent;
  68. filter: drop-shadow(0 0 .6vh #000);
  69. }
  70.  
  71. h1{
  72. font-family: 'italianno', cursive;
  73. font-size: 5vh;
  74. }
  75.  
  76. a{
  77. color: #fff8ce;
  78. text-decoration: underline;
  79. transition: 0.3s;
  80. }
  81.  
  82. a:hover{
  83. transition: 0.3s;
  84. color: #ffb2c3;
  85. }
  86.  
  87. </style>
  88.  
  89. <div id="image">
  90. <img src="https://i.imgur.com/vix9Bus.jpg">
  91. </div>
  92. a
  93. <div id="title"><t>Earl Grey</t></div>
  94.  
  95. <div id="boxback"></div>
  96. <div id="box">
  97. <center><h1>Valentina</h1></center>
  98. Name: <r>Valentina Grey</r><br>
  99. Goes by: <r><a title="Val, Valentina, Grey, Earl Grey, Lady Grey">Hover.</a>
  100. </r><br>
  101. Age:<r>Early Twenties</r><br>
  102. Gender:<r>Female</r><br>
  103. Height:<r>Five foot six</r><br>
  104. Occupation:<r>Multi-Hobbyist</r><br>
  105. Orientation:<r>Nonparticular</r><br>
  106. <br>
  107. <center>More details on the way!</center>
  108. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement