Advertisement
Hanjo

Roster

Jul 3rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="icon" href="http://i.imgur.com/s9o7oJs.jpg">
  5. <style type="text/css">
  6.         .p2 {
  7.             font-size: 2em;
  8.             font-family: "Times New Roman", Times, serif;
  9.         }
  10.         p {
  11.             font-size: 1.7em;
  12.             font-family: "Times New Roman", Times, serif;
  13.         }
  14.         body {
  15.             background-color: #eaebef;
  16.         }
  17.         .button2:hover {
  18.     background-color: lightgreen;
  19.     color: white;
  20.     border: 2px solid black;
  21.     font-weight: bold;
  22.     cursor: pointer;
  23.     box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  24. }
  25. .button2 {
  26.     background-color: #eaebef;
  27.     color: black;
  28.     border: 2px solid black;
  29.     padding: 15px 50px;
  30.     text-align: center;
  31.     text-decoration: none;
  32.     display: inline-block;
  33.     font-size: 16px;
  34.     font-weight: bold;
  35.     -webkit-transition-duration: 0.6s;
  36.     transition-duration: 0.6s;
  37. }
  38. .p3 {
  39.             font-size: 1.7em;
  40.             font-family: "Times New Roman", Times, serif;
  41.             font-weight: bold;
  42. }
  43. footer{
  44.     color: black;
  45.     background-color: #eaebef;
  46.     font-size: 1em;
  47.     font-family: "Times New Roman", Times, serif;
  48. }
  49.     </style>
  50.     <title>Zhi ESports - Roster</title>
  51. </head>
  52. <body>
  53. <center>
  54. <button class="button button2" onclick="visitHome()">Home
  55. </button>
  56. <button class="button button2" onclick="visitRoster()">Roster
  57. </button>
  58. <button class="button button2" onclick="visitHighlights()">Highlights
  59. </button>
  60. <p class="p p2">
  61. Zhi ESports - Roster
  62. </p>
  63. </center>
  64. <p>
  65. </p>
  66. <p class="p p3">
  67. iPharah:
  68. </p>
  69. <p>
  70. Pharah,
  71. Winston,
  72. Ana,
  73. <br>
  74. Shotcaller and
  75. Team Captain
  76. </p>
  77. <p class="p p3">
  78. iHanjo:
  79. </p>
  80. <p>
  81. Mercy,
  82. Lucio,
  83. <br>
  84. Shotcaller and
  85. Team Captain
  86. </p>
  87. <p class="p p3">
  88. Jam:
  89. </p>
  90. <p>
  91. D.va
  92. </p>
  93. <p class="p p3">
  94. Mercy:
  95. </p>
  96. <p>
  97. Mercy
  98. </p>
  99. <p class="p p3">
  100. Syn:
  101. </p>
  102. <p>
  103. Flex Support
  104. <p class="p p3">
  105. iWeaboo:
  106. </p>
  107. <p>
  108. Support-Tank Flex
  109. </p>
  110. <script>
  111. function visitHome(){
  112.         window.location="https://zhiow.000webhostapp.com";
  113.     }
  114.     function visitRoster(){
  115.         window.location="https://zhiow.000webhostapp.com/roster.html";
  116.     }
  117.     function visitHighlights(){
  118.         window.location="https://zhiow.000webhostapp.com/highlights.html";
  119.     }
  120. </script>
  121. <footer>
  122. <br><br><br><br><br><br>
  123. <center>
  124. Website made by "iHanjo"<br>
  125. Copyright © Zhi ESports 2017
  126. </center>
  127. </footer>
  128. </body>
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement