Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.  
  7. <meta charset="UTF-8">
  8.  
  9. <meta name="Generator" content="EditPlusĀ®">
  10.  
  11. <meta name="Author" content="">
  12.  
  13. <meta name="Keywords" content="">
  14.  
  15. <meta name="Description" content="">
  16.  
  17. <title>Monster Sharks FLAMES TRIVIA</title>
  18. <style>
  19.  
  20. body {
  21.  
  22. background-image: url("O2.jpg");
  23. background-repeat: no-repeat;
  24. background-position: 0 0;
  25. background-size: cover;
  26.  
  27. }
  28.  
  29. div{
  30.  
  31. margin: auto;
  32. height: auto;
  33. width: 1000px;
  34. border: 4px solid red;
  35. text-align: Center;
  36. font-family: Georgia;
  37. font-size: 18px;
  38. color: red;
  39.  
  40. }
  41.  
  42. #links {
  43. background-color:gold;
  44. position:absolute;
  45. display:block;
  46. width:100%;
  47. height:50px;
  48. line-height:50px;
  49. color: Red;
  50. a: visited: green;
  51. font-family: Arial, Verdana, sans-serif;
  52. font-size:18px;
  53. font-weight:bold;
  54. text-align:center;
  55.  
  56. }
  57.  
  58. h1{
  59. font-family:Arial, Verdana, sans-serif;
  60. display:block;
  61. width:100%;
  62. height:25px;
  63. color: red;
  64. font-size:25px;
  65. line-height:25px;
  66. font-weight: Bold;
  67. }
  68. p{
  69. font-family: Arial, Verdana, Sans-serif;
  70. width:100%;
  71. color: Orange;
  72. font-size:18px;
  73. line-height: auto;
  74. font-weight: Bold;
  75. font-size:24px;
  76. }
  77. </style>
  78.  
  79.  
  80.  
  81. </head>
  82.  
  83. <body>
  84. <div id="links">
  85.  
  86. <a href="poolselect.html">Hockey Pool coming soon</a><br>
  87. <a href="trivia.html">Hockey Trivia</a><br>
  88. <a href="Flamestrivia.html">Flames Trivia</a><br>
  89. <a href="#signin">Signin coming soon</a><br>
  90. <a href="#signip">Signup coming soon</a><br>
  91. <a href="#premium">Premium Membership and app coming soon</a><br>
  92.  
  93.  
  94. <div id="wrapper">
  95. <div>
  96. <br>
  97.  
  98. <h1> I have come up with some <marquee>Flames Trivia</marquee> from Simple to challenging questions</h1>
  99. <br>
  100.  
  101.  
  102. <p>QUESTION 1 two parts: Montreal Canadians won 26 Stanley Cups in 102 years,<br> all but 1 were won when Montreal called the Forum home<br>
  103. A place where only one team won the Stanley Cup as a visitor<br>
  104.  
  105. Who is the only team to win as a visitor in the Forum.
  106.  
  107. </p>
  108. <br>
  109.  
  110. <p>QUESTION 1 : The Vancouver Canucks is the team that the<br>
  111. Flames have the best alltime record against. What is the record.<br>
  112. Who are they worst against ? Record?
  113.  
  114. <br>
  115.  
  116.  
  117. <p> QUESTION 3 1 point : Who is the flames penalty minutes /season leader , what year</p>
  118.  
  119. <br>
  120.  
  121. <p>QUESTION 4 TWO part question 8 points : ALL-TIME playoff vs record, <br>
  122. who have we played the most series against
  123. <br>
  124.  
  125. <p> W/L record for series.
  126. <br>
  127.  
  128. <p>
  129. W/L RECORD ALLTIME?
  130. <br>
  131.  
  132. <p>QUESTION 5: Who are the three teams prior to 2016 who lead <br>
  133. the league for most road wins in one year , one of them was Calgary<br>
  134. What year &amp; W/L record
  135. </p>
  136.  
  137.  
  138. <br>
  139.  
  140. <p>QUESTION 6 : There are two teams in history with the most playoff losses<br>
  141. (prior to 2016) Tampa Bay is most recent in 2015
  142. The other is Calgary , what year and how many losses
  143. <br>
  144.  
  145. <p>QUESTION 7: The last two questions contained answer with year 2004 <br>
  146. the third stat most games played one team one playoff in 2004 by Calgary , number of games?
  147. <br>
  148. Bonus points the other 3 teams are tied for record .. what teams , year.
  149.  
  150. <p>
  151. <br>
  152.  
  153. <p>
  154. QUESTION 8:What Flames player tied record for most penalty minutes <br>
  155. in a game on april 17 2015?<br>
  156. Bonus points : who was the other player , team ,year?
  157. </p>
  158. </div>
  159. </div>
  160. </div>
  161. </body>
  162. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement