-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage-2.html
68 lines (62 loc) · 2.32 KB
/
page-2.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
<!DOCTYPE html>
<!-- saved from url=(0057)file:///C:/Users/sanja/Desktop/c%20for%20erroe/Rules.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Page 2-Rules </title>
<style>
Body {
font-family: Calibri, Helvetica, sans-serif;
background-color: rgb(35, 57, 255);
}
button {
background-color: #000000;
width: 100%;
color: rgb(255, 255, 255);
padding: 15px;
margin: 10px 0px;
border: none;
cursor: pointer;
}
form {
border: 3px solid #000000;
}
input[type=text], input[type=password] {
width: 100%;
margin: 8px 0;
padding: 12px 20px;
display: inline-block;
border: 2px solid green;
box-sizing: border-box;
}
button:hover {
opacity: 0.7;
}
.cancelbtn {
width: auto;
padding: 10px 18px;
margin: 10px 5px;
}
.container {
padding: 25px;
background-color: lightblue;
}
</style>
</head>
<body>
<center> <h1> Rules </h1> </center>
<form>
<div class="container">
<h1>Read the rules mentioned below carefully. </h1>
<p>Rule 1: You are given with the problem statement along with the solution.</p>
<p>Rule 2: There are errors in the solution which you have to rectify.</p>
<p>Rule 3: Candidate should tap on the line to rectify the error in that line.</p>
<p>Rule 4: Clicking on a line which do not contain error will deduce 50 coins from the previously scored coins.</p>
<p>Rule 5: For every successful rectification of errors in a line, you will be awarded with 500 coins.</p>
<p>Rule 6: If there is any tap on the line without error, you will be deduced with 50 coins.</p>
<p>Rule 7: Right click cannot be used.</p>
<p>Rule 8: Ctrl key from keyword is non functionable.</p>
<input type="checkbox" checked="checked"> Agree
<button type="submit">Proceed</button>
</div>
</form>
</body></html>