Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>WildFox - Home</title>
  4. <link rel="shortcut icon" type="image/png" href="https://tangoworldwide.net/index.php?action=dlattach;attach=4381;type=avatar">
  5. </head>
  6. <style>
  7. header {
  8. background-color: #240F00;
  9. padding: 10px;
  10. font-size: 30px;
  11. }
  12. body {
  13. background-color: #5B2800;
  14. }
  15. h1 {
  16. color: white;
  17. text-align: center;
  18. font-family: Courier New, monospace;
  19. }
  20. .navbar {
  21. color: red;
  22. font-family: 'Baloo Bhaina', cursive;
  23. font-size: 50px;
  24. }
  25. table {
  26. width: 1500px;
  27. height: 200px;
  28. text-align: center;
  29. padding: 50px;
  30. }
  31. .button {
  32. background-color: #240F00;
  33. padding: 0px;
  34. -webkit-appearance: button;
  35. -moz-appearance: button;
  36. appearance: button;
  37. height: 75px;
  38. }
  39. .button:hover {
  40. background-color: #676767;
  41. }
  42. .wild {
  43. display: inline;
  44. }
  45. .wildtext {
  46. display: inline;
  47. white-space: nowrap;
  48. }
  49. a {
  50. color:red;
  51. text-decoration: none;
  52. }
  53. #p1 {
  54. color: white;
  55. font-family: FreeMono, monospace;
  56. font-size: 20px;
  57. font-decoration: underline;
  58. }
  59. p {
  60. color: white;
  61. font-family: FreeMono, monospace;
  62. }
  63. .projectpic {
  64. width: 1px;
  65. height: 1px;
  66. margin-left: 350px;
  67. }
  68. .projecttext {
  69. background-color: #4E1F00;
  70. margin-left: auto;
  71. margin-right: auto;
  72. padding-bottom: 8px;
  73. padding-left: 8px;
  74. padding-right: 8px;
  75. padding-top: 8px;
  76. width: 800px;
  77. }
  78. #projectdeclare {
  79. padding-left: 350px;
  80. color: white;
  81. font-family: 'Baloo Bhaina', cursive;
  82. font-size: 50px;
  83. }
  84. footer {
  85. background-color: #240F00;
  86. padding: 26px;
  87. color: red;
  88. font-family: Helvetica;
  89. text-align: center;
  90. position: absolute;
  91. bottom: 0;
  92. width: 1850px;
  93. }
  94. </style>
  95. <body>
  96. <link href="https://fonts.googleapis.com/css?family=Baloo+Bhaina" rel="stylesheet">
  97. <header>
  98. <div class="wild">
  99. <img src="http://imgur.com/YfKz04m.jpg" align="left" height=150px width=150px>
  100. </div>
  101. <div class="wild">
  102. <img src="http://imgur.com/YfKz04m.jpg" align="right" height=150px width=150px>
  103. </div>
  104. <div class="wildtext">
  105. <h1>| Welcome to WildFox |</h1>
  106. </div>
  107. </header>
  108. <center>
  109. <table>
  110. <tr>
  111. <td>
  112. <div class="navbar">
  113. <a href="C:\Users\Ben\Documents\Real Documents\Coding\WildFox Productions\Homepage.html">
  114. <div class="button">
  115. Home
  116. </div>
  117. </a>
  118. </td>
  119. <td>
  120. <div class="navbar">
  121. <a href="C:\Users\Ben\Documents\Real Documents\Coding\WildFox Productions\Projects.html">
  122. <div class="button">
  123. Projects
  124. </div>
  125. </a>
  126. </td>
  127. <td>
  128. <div class="navbar">
  129. <a href="C:\Users\Ben\Documents\Real Documents\Coding\WildFox Productions\About Us.html">
  130. <div class="button">
  131. About Us
  132. </div>
  133. </a>
  134. </td>
  135. </tr>
  136. </table>
  137. </center>
  138. <hr><br><br>
  139. <div id="projectdeclare">
  140. Recent Projects:
  141. </div>
  142. <div class="projectpic">
  143. <a href="C:\Users\Ben\Documents\Real Documents\Coding\WildFox Productions\Outlanders.html">
  144. <img src="C:\Users\Ben\Documents\Real Documents\Coding\WildFox Productions\Pictures\Outlanders Cover.jpg" height="170px">
  145. </a>
  146. </div>
  147. <div class="projecttext">
  148. <div id="p1">
  149. <b><a href="C:\Users\Ben\Documents\Real Documents\Coding\WildFox Productions\Outlanders.html"><u>Outlanders</u></a></b><br>
  150. </div>
  151. <p>Outlanders is a story-driven game. The first game created by WildFox Productions. The main story is a more medieval era, but the world around you is also in a fantasy state. After most of the race of giants have declared themselves to be superior to humans, humans become slaves at best. Your goal is to stop the self-proclaimed leader and return the lands back into the time it once was...</p>
  152. </div>
  153. <footer>
  154. <a href="C:\Users\Ben\Documents\Real Documents\Coding\WildFox Productions\Contact Page.html">Contact Here</a><br>
  155. <a href="C:\Users\Ben\Documents\Real Documents\Coding\WildFox Productions\Status Page.html">Website Updates Here</a><br>
  156. Copyright © 2017 WildFox Productions
  157. </footer>
  158. </body>
  159. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement