thisisnotras

Heidi

Oct 6th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. <style>
  2.  
  3. body{
  4. background: white;}
  5.  
  6. #divcontain{
  7. position: absolute;
  8. top: 0px;
  9. left: 0px;
  10. right: 0px;
  11. bottom: 0px;
  12. margin: auto;
  13. height: 90vh;
  14. width: 70vw;
  15. border: 0px solid black;
  16. }
  17.  
  18.  
  19. #leftbox{
  20. position: absolute;
  21. height: 60%;
  22. width: 20%;
  23. background: #CBFEF9;
  24. top: 20%;
  25. bottom: 0px;
  26. margin: auto;
  27. left: 0px;
  28. right: 60%;
  29. border-radius: 200px 200px 0px 0px;
  30. text-align: center;
  31. font-size: 2.5vh;
  32. box-sizing: border-box;
  33. padding-top: 28vh;
  34. color: #008397;
  35. font-family:Georgia;
  36. line-height: 4vh;
  37. }
  38.  
  39. #leftbox u{
  40. font-size: 5vh;
  41. letter-spacing: 3px;
  42. text-decoration: none;}
  43.  
  44. #leftbox u:after{
  45. content:'';
  46. position: absolute;
  47. width: 70%;
  48. height: 2px;
  49. background: #008397;
  50. margin-left: -58%;
  51. margin-top: 18%;}
  52.  
  53. #leftbox:after{
  54. content:'';
  55. position: absolute;
  56. bottom: 0px;
  57. left: 0px;
  58. right: 0px;
  59. height: 4vh;
  60. background-image:url(https://i.imgur.com/tux5gJx.png);
  61. background-size: 100% auto;
  62. background-repeat: no-repeat;
  63. }
  64.  
  65. #leftboxtop{
  66. position: absolute;
  67. border-radius: 360px;
  68. background: transparent;
  69. border: 0px solid black;
  70. margin: auto;
  71. top: -34%;
  72. height: 90%;
  73. width: 125%;
  74. left: -10%;
  75. background-image:url(https://i.imgur.com/Z1IyoSF.png);
  76. background-position: center;
  77. background-size: 100% auto;
  78. background-repeat: no-repeat;
  79. }
  80.  
  81. #centerbubble{
  82. position: absolute;
  83. height: 100%;
  84. width: 33%;
  85. border-radius: 200px;
  86. background: #CBFEF9;
  87. top: 0px;
  88. bottom: 0px;
  89. left: 0px;
  90. right: 0px;
  91. margin: auto;}
  92.  
  93. #centerbubble img{
  94. position: absolute;
  95. height: 100%;
  96. width: 100%;
  97. top: 0px;
  98. left: 0px;
  99. right: 0px;
  100. bottom: 0px;}
  101.  
  102. #rightfriends{
  103. position: absolute;
  104. height: 50%;
  105. width: 20%;
  106. top: 10%;
  107. bottom: 0%;
  108. margin: auto;
  109. left: 70%;
  110. right: 0px;
  111. background:transparent;
  112. text-align: left;
  113. }
  114.  
  115. #rightfriends a{
  116. text-decoration: none;
  117. font-weight: 600;
  118. font-size: 3vh;
  119. line-height: 10vh;
  120. font-family:Georgia;
  121. color: #008397;
  122. font-style: italic;
  123. -webkit-transition: all .7s;
  124. transition: all .7s;
  125. }
  126.  
  127. #rightfriends a:hover{
  128. color: #CBFEF9 ;}
  129.  
  130.  
  131.  
  132. #rightfriends a:before{
  133. content:'';
  134. position: absolute;
  135. display: block;
  136. margin-left: -5.3vw;
  137. margin-top: 1.5vh;
  138. height: 7vh;
  139. width: 5vw;
  140. border: 0px solid black;
  141. background-image:url(http://clipartandscrap.com/wp-content/uploads/2017/06/Love-heart-clipart.jpg);
  142. background-size: auto 90%;
  143. background-position: center;
  144. background-repeat: no-repeat;}
  145.  
  146. </style>
  147.  
  148. <div id="divcontain">
  149. <div id="leftbox">
  150. <u><i>Heidi</i></u>
  151. <br><br>
  152. 21. single. 5'2<br>
  153. deer. ditzy. shy
  154.  
  155.  
  156. <div id="leftboxtop">
  157. </div>
  158. </div>
  159. <div id="centerbubble">
  160. <img src="https://i.imgur.com/ifoLBg9.png">
  161. </div>
  162. <div id="rightfriends">
  163. <a href="http://roleplay.chat/profile.php?user=" target=_blank>Friend here.</a><br>
  164. <a href="http://roleplay.chat/profile.php?user=" target=_blank>Friend here.</a><br>
  165. <a href="http://roleplay.chat/profile.php?user=" target=_blank>Friend here.</a><br>
  166. </div>
  167. </div>
Advertisement
Add Comment
Please, Sign In to add comment