Advertisement
ChaZayari

pink elf

Dec 12th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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: #F2F3E3;
  9. }
  10.  
  11. #image{
  12. position: fixed;
  13. top: 0vh;
  14. right:0vw;
  15. }
  16.  
  17. #image img{
  18. height: 100vh;
  19. }
  20.  
  21.  
  22. #box1, #box2, #box3{
  23. position: fixed;
  24. border: .75vh #e38181 solid;
  25. background: #E8DAD1;
  26. padding: .5%;
  27. color: #e38181;
  28. font-family: 'Whitney';
  29. font-size: 1.75vh;
  30. overflow: auto;
  31. }
  32.  
  33.  
  34. #box1{
  35. height: 40vh;
  36. width: 13vw;
  37. bottom: 15vh;
  38. ;left: 32vw;
  39. }
  40.  
  41. #box2, #box3{
  42. height: 18vh;
  43. width: 13vw;
  44. left: 17vw;
  45. }
  46.  
  47. #box2{bottom: 37vh;}
  48. #box3{bottom: 15vh;}
  49.  
  50.  
  51. h1{
  52. font-size: 3vh;
  53. text-transform: uppercase;
  54. font-weight: lighter;
  55. border-bottom: .25vh #e38181 solid;
  56. }
  57.  
  58.  
  59. .bar{
  60. position: fixed;
  61. background: #e38181;
  62. height: 0.5vh;
  63. width: 29.9vw;
  64. left: 17vw;
  65. top: 38vh;
  66. }
  67.  
  68. #title{
  69. position: fixed;
  70. z-index: 1;
  71. height: 15vh;
  72. width: 29.9vw;
  73. left: 17vw;
  74. top: 23.6vh;
  75. text-align: left;
  76. font-family: 'Ambar Pearl';
  77. font-size: 12vh;
  78. color: #e38181;
  79. }
  80.  
  81. .r{float: right;}
  82. a{text-decoration: 0.3s;transition: 0.25s;}
  83. a:hover{color:#fff;transition:0.25s;}
  84.  
  85. </style>
  86.  
  87. <div id="image">
  88. <img src="https://i.imgur.com/McYrOhp.png">
  89. </div>
  90.  
  91. <div id="title">Nemone</div>
  92. <div class="bar"></div>
  93.  
  94. <div id="box1"><h1>Her Story</h1><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div>
  95.  
  96.  
  97. <div id="box2">
  98. <h1>Stats</h1>
  99. Nemone<div class="r">Aged 33 Years</div><br>
  100. <br>
  101. Elf<div class="r">Woodly</div><br>
  102. <br>
  103. 5'1"<div class="r">100 lbs</div><br>
  104. <br>
  105. Magic user<div class="r">Pansexual</div><br>
  106. <br>
  107.  
  108. </div>
  109.  
  110.  
  111. <div id="box3">
  112. <h1>OOC</h1>
  113. <ol>
  114. <li>This layout is mine. Do not steal.</li>
  115. <li>Be literate, please.</li>
  116. <li>If I am disinterested, you should probably take the hint and back off.</li>
  117. <li>I try to avoid being a bitch, I promise.</li>
  118. <li>Please don't be a twat.</li>
  119. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement