Advertisement
especiallygold

tinder

Jun 3rd, 2019
2,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. <!--
  2. © erika-writes
  3. -->
  4.  
  5. <head>
  6.  
  7. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
  8.  
  9. <title>untitled</title>
  10.  
  11. <style type="text/css">
  12.  
  13. body {
  14. font-family:open sans;
  15. font-size:10px;
  16. line-height:15px;
  17. letter-spacing:.5px;
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale;
  20. }
  21.  
  22. a {
  23. color:#000;
  24. }
  25.  
  26. hr {
  27. border:.5px solid #eee;
  28. width:280px;
  29. margin-top:10px;
  30. margin-bottom:10px;
  31. }
  32.  
  33. #container {
  34. width:300px;
  35. height:500px;
  36. margin: 0 auto;
  37. overflow:hidden;
  38. border:0px solid #000;
  39. border-radius:12px;
  40. padding:10px;
  41. margin-top:100px;
  42. margin-bottom:30px;
  43. box-shadow: 5px 4px 10px 5px #eee;
  44. }
  45.  
  46. #name {
  47. font-family:arial;
  48. font-size:30px;
  49. font-weight:bold;
  50. text-transform:lowercase;
  51. letter-spacing:-2.5px;
  52. text-align:left;
  53. margin:7px;
  54. margin-top:15px;
  55. margin-bottom:-2px;
  56. }
  57.  
  58. #info {
  59. font-family:open sans;
  60. font-size:10px;
  61. font-weight:none;
  62. text-transform:lowercase;
  63. letter-spacing:.5px;
  64. line-height:12px;
  65. text-align:left;
  66. padding:8px;
  67. margin: auto;
  68. }
  69.  
  70. #photo img {
  71. width:290px;
  72. height:auto;
  73. margin:5px;
  74. }
  75.  
  76. #nav {
  77. position:fixed;
  78. left:25px;
  79. top:20px;
  80. font-family:open sans;
  81. font-size:9px;
  82. font-weight:500;
  83. text-transform:lowercase;
  84. letter-spacing:1px;
  85. height:32px;
  86. border-left:1px solid #000;
  87. padding-left:15px;
  88. }
  89.  
  90. #nav a {
  91. text-decoration:none;
  92. }
  93.  
  94. #credit {
  95. position:fixed;
  96. right:25px;
  97. bottom:15px;
  98. font-family:helvetica;
  99. font-size:15px;
  100. font-weight:bold;
  101. letter-spacing:-1px;
  102. }
  103.  
  104. #credit a {
  105. text-decoration:none;
  106. }
  107.  
  108. #credit img {
  109. width:100px;
  110. }
  111.  
  112. </style>
  113. </head>
  114.  
  115. <body>
  116.  
  117. <div id="nav">
  118. <a href="/">home</a>
  119. <br><a href="http://tumblr.com/dashboard">dashboard</a>
  120. </div>
  121.  
  122. <div id="container">
  123. <div id="photo"><img src="image url here"></div>
  124. <div id="name">name, age</div>
  125. <div id="info">
  126. <br><i class="fas fa-birthday-cake"></i> birthday
  127. <br><i class="fas fa-home"></i> residency
  128. <br><i class="fa fa-briefcase"></i> occupation
  129. <br><i class="fas fa-smile"></i> faceclaim
  130.  
  131. <hr>
  132.  
  133. <div style="height:80px;width:290px;overflow:auto;">here for a good time not for a long time or w/e
  134.  
  135. <p>this isn't very big but you can put as much information as you want because this box scrolls yeehaw!!!!
  136.  
  137. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi auctor lacinia ipsum, sit amet porta sapien commodo ut. Maecenas luctus sem elit, id imperdiet purus molestie in. Sed rutrum dolor in erat lacinia, non sodales odio porttitor. Sed a ornare massa, egestas lobortis purus. Vivamus bibendum, leo id blandit posuere, ipsum dui imperdiet ligula, vitae consectetur mauris metus ut enim. Quisque fermentum volutpat mi, id lacinia lectus luctus ac. Donec eu consectetur turpis, nec posuere nibh. Sed non arcu blandit, imperdiet enim sed, pellentesque enim. Donec ut egestas ex. Aenean tincidunt nisl nec odio bibendum, quis venenatis metus tempor. Donec mollis vestibulum augue vitae posuere. Quisque malesuada feugiat iaculis. In ut volutpat eros.
  138. </div>
  139.  
  140. </div>
  141.  
  142. <div id="credit"><a href="http://erika-writes.tumblr.com">e.</a></div>
  143.  
  144. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement