Advertisement
bythestars

Words Code - Philip

May 1st, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Homemade+Apple&display=swap');
  4.  
  5. body {background: #57ABD0;}
  6. ::-webkit-scrollbar {display:none}
  7.  
  8. h1 {font-size: 10px; text-align: center; font-style: italic; letter-spacing: 3px; text-shadow: 2px 2px #E0EBE7; text-transform: lowercase;}
  9. b {font-variant: small-caps;}
  10. a {text-decoration: none; color: #BED5CD;}
  11. a:hover {color: #507590;}
  12. a.coded {text-decoration: none; color: #fff;}
  13. a.coded:hover {color: #57ABD0;}
  14.  
  15. .container {position: fixed;
  16. height: 648px;
  17. width: 940px;
  18. margin: auto;
  19. left: 0px;
  20. right: 0px;
  21. top: 0px;
  22. bottom: 0px;
  23. }
  24.  
  25. .image {position: absolute;
  26. background: url('https://i.imgur.com/HaUPVKV.jpg') no-repeat;
  27. background-size: 1100px;
  28. background-position: -70px 0px;
  29. height: 570px;
  30. width: 900px;
  31. left: 0px;
  32. bottom: 0px;
  33. border: 20px solid #fff;
  34. box-shadow: 0px 0px 30px #145F7C;
  35. }
  36.  
  37. .box {position: absolute;
  38. background: #fff;
  39. height: 200px;
  40. width: 530px;
  41. left: 175px;
  42. top: -60px;
  43. }
  44.  
  45. .box2 {position: absolute;
  46. border: 1px solid #E0EBE7;
  47. height: 157px;
  48. width: 488px;
  49. left: 20px;
  50. bottom: 20px;
  51. }
  52.  
  53. .name2 {position: absolute;
  54. font-family: 'Homemade Apple', cursive;
  55. font-size: 38px;
  56. color: #E0EBE7;
  57. width: 488px;
  58. text-align: center;
  59. left: 0px;
  60. top: 15px;}
  61.  
  62. .name {position: absolute;
  63. font-family: Georgia;
  64. font-size: 15px;
  65. color: #507590;
  66. letter-spacing: 10px;
  67. width: 488px;
  68. text-align: center;
  69. left: 0px;
  70. top: 15px;
  71. }
  72.  
  73. .stats {position: absolute;
  74. overflow: auto;
  75. font-family: Georgia;
  76. font-size: 10px;
  77. color: #507590;
  78. line-height: 15px;
  79. text-align: justify;
  80. letter-spacing: 1px;
  81. height: 85px;
  82. width: 170px;
  83. left: 20px;
  84. bottom: 20px;
  85. }
  86.  
  87. .text {position: absolute;
  88. overflow: auto;
  89. font-family: Georgia;
  90. font-size: 10px;
  91. color: #507590;
  92. line-height: 15px;
  93. text-align: justify;
  94. letter-spacing: 1px;
  95. height: 85px;
  96. width: 250px;
  97. right: 20px;
  98. bottom: 20px;
  99. }
  100.  
  101. .coder {position: absolute;
  102. font-family: 'Homemade Apple', cursive;
  103. font-size: 20px;
  104. color: #000;
  105. -webkit-text-stroke: 1px #fff;
  106. right: 15px;
  107. bottom: 10px;
  108. }
  109.  
  110. </style>
  111.  
  112. <div class="container">
  113. <div class="image">
  114. <div class="box">
  115. <div class="box2">
  116. <div class="name2">philip fitzpatrick
  117. <div class="name">PHILIP FITZPATRICK</div></div>
  118.  
  119. <div class="stats">
  120. <h1>statistics</h1>
  121. <font style="float:left"><b>name</b></font> <font style="float:right">Philip Lionel Fitzpatrick</font><br>
  122. <font style="float:left"><b>alias</b></font> <font style="float:right">Fitz</font><br>
  123. <font style="float:left"><b>statistic</b></font> <font style="float:right">Answer</font><br>
  124. <font style="float:left"><b>statistic</b></font> <font style="float:right">Answer</font><br><br>
  125.  
  126. <font style="float:left"><b>statistic</b></font> <font style="float:right">Answer</font><br>
  127. <font style="float:left"><b>statistic</b></font> <font style="float:right">Answer</font><br>
  128. <font style="float:left"><b>statistic</b></font> <font style="float:right">Answer</font><br>
  129. <font style="float:left"><b>statistic</b></font> <font style="float:right">Answer</font><br>
  130. </div>
  131.  
  132. <div class="text">
  133. <h1>header</h1>
  134. Hi. This is where you'd write a little something about your character. The box scrolls, so write as little or as much as you'd like. This is <b>Bold</b>, <i>Italics</i>, and a <a>Link.</a>
  135. </div>
  136.  
  137. </div></div>
  138.  
  139. <div class="coder"><a class="coded" href="">words</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement