Advertisement
Guest User

Untitled

a guest
May 20th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Poppins|Yatra+One');
  3. ::-webkit-scrollbar{width:0.3vh;height:0.3vh;}
  4. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  5. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  6.  
  7.  
  8. body{
  9. background:linear-gradient(to right, #fff 40%, #6dbc97);
  10. }
  11.  
  12. *{font-family: 'Poppins', sans-serif;color: #565656; font-size: 5vh;}
  13. h1{font-family: 'Yatra One', cursive;color: #565656; font-size: 7vh;}
  14. a{text-decoration:none;transition-duration:0.5s;}
  15. a:hover{color:#e0aac5;transition-duration:0.5s;}
  16.  
  17.  
  18. #image{
  19. position: fixed;
  20. top: 3vw;
  21. left: 3vw;
  22. opacity: 1;
  23. }
  24.  
  25. #image img{
  26. height: 94vh;
  27. }
  28.  
  29. #box1{
  30. position: fixed;
  31. background-color: transparent;
  32. border: 0px solid #000;
  33. border-radius: 0%;
  34. padding: 1%;
  35. overflow: hidden;
  36. text-shadow: 0.5vh 0.25vh 0.25vh black
  37. }
  38.  
  39. #box1{
  40. z-index: 5;
  41. bottom: 2vw;
  42. right: 1vw;
  43. height: 90vh;
  44. width: 40vw;
  45. opacity: 1;
  46. text-align: right;
  47. }
  48.  
  49.  
  50. </style>
  51.  
  52. <div id="image">
  53. <img src="https://i.imgur.com/Qoy2eFD.jpg">
  54. </div>
  55.  
  56. <div id="box1">
  57. <h1>Tabata Hiromi</h1>
  58. Nineteen years old...In human years.<br>
  59. Minimal effort.<br>
  60. Minimal clothing.<br>
  61. 100% female.<br>
  62. The most un-elfish Elf on the planet.<br>
  63. She's pansexual and proud of it.<br>
  64. Come give her a hug.<br>
  65.  
  66.  
  67. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement