-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules.html
89 lines (74 loc) · 3.55 KB
/
rules.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>KBC Game</title>
<style>
body {
background: url('./img/back_ground.jpg');
background-size: cover;
}
div.row {
background-color: rgba(255, 255, 255, 0.8);
border-radius: 30px;
padding: 10px;
margin: 10px;
}
</style>
</head>
<body>
<div class="container">
<h1 class="my-4" style="color:white;font-family: sans-serif;text-align:center;"> <u><i>How to Play Kaun Banega
Crorepati
:</i></u></h1>
<h4 class="mt-5" style="color:white;font-family: sans-serif;">
<p> On each level you will be presented with a question with four possible
answers. Only one of these is correct.</p>
<h5 style="color:white;font-family: sans-serif;">
<div class="container">
<ul>
<li>For questions 1-5, you will have 30 seconds to answer.</li>
<li>For questions 6-10, you will have 60 seconds to answer.</li>
<li>For questions 11-16, you will have no time limit.</li>
</ul>
</div>
</h5>
</h4>
<h4 style="color:white;font-family: sans-serif;">
<p> If you have answered any question wrong, </p>
<h5 style="color:white;font-family: sans-serif;">
<div class="container">
<ul>
<li>Between questions 1-5, you will get Rs.0</li>
<li>Between questions 6-10, you will get Rs 10,000.</li>
<li>Between questions 11-16, you will get RS 3,20,000.</li>
</ul>
</div>
</h5>
</h4>
<h1 class="mt-5" style="color:white;font-family: sans-serif;text-align:center;"> <u><i> Lifelines of this Game:</i></u>
</h1>
<h4 style="color:white;font-family: sans-serif;">
<div class="container my-5">
<ul>
<li><b>50:50</b>:<h5 style="display: inline;">The computer removes 2 of the 4 answers, leaving one correct and one incorrect
answer.</h5></li><br>
<li><b>Ask The Expert</b>: <h5 style="display: inline;">Ask for Expert's advice.</h5></li><br>
<li><b>Audience Poll</b>: <h5 style="display: inline;">The virtual audience votes on which answer they think is correct.</h5></li><br>
<li><b>Flip the Question</b>: <h5 style="display: inline;">If you receive a question you do not think you can answer, ditch it
and switch. The KBC game will replace your current question with an alternative, selected at
random from the same level.</h5></li>
</ul>
</div>
</h4>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
</body>
</html>