tanaxmercedes

abt page

Jun 13th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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="http://tiny.cc/booselfie"></div>
  124. <div id="name">montana, 19</div>
  125. <div id="info">
  126. <br><i class="fas fa-birthday-cake"></i> sept 19, '99
  127. <br><i class="fas fa-home"></i> ont, CA
  128. <br><i class="fa fa-briefcase"></i> junior hairdresser
  129. <br><i class="fas fa-smile"><a href="http://tiny.cc/morganlillylookalike"> morgan lily </a></i>
  130.  
  131. <hr>
  132.  
  133. <div style="height:80px;width:290px;overflow:auto;">my love is a planet revolving your heart
  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>
  138. </div>
  139.  
  140. </div>
  141.  
  142. <div id="credit"><a href="http://erika-writes.tumblr.com">e.</a></div>
  143.  
  144. </body>
Add Comment
Please, Sign In to add comment