-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (41 loc) · 1.67 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Guess Me</title>
<link rel="icon" href="tab_logo.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<fieldset class="all_over">
<div><h1 class="guess_my_number">😉Guess my Number😉 </h1></div>
<div class="hidden_number">?</div>
<br><br><br><br<br><br><br><br><br<br><br><br><br><br<br><br><br>
<main class="main">
<div class="main_container_1">
<div class="sub_main_container">
<input type="number" class="input_number" placeholder="Number...">
<button class="check">check</button>
</div>
<div class="main_container_2">
<h3 class="details hey_1"> <span class="first_comment">Start guessing ... ✌️✌️</span> </h3>
<h3 class="details hey_2"> Your score <span class="score_result">20</span> </h3>
<h3 class="details hey_3"> highest score <span class="hi_fi">0</span>  </h3>
</div>
</div>
</main>
<br>
<center><h5 class="description">Guess a Number between 1 to 20 and enter in the Number Box. If your number match with the number of computer, then you will win.</h5></center>
<!--play again and range-->
<div class="agin_and_range_container">
<div class="again_div">
<button class="button_1"><spam class="play_again_text">Play again</spam></button>
</div>
<h2 class="guess_between_1_to_20">(guess between 1 to 20)</h3>
</div>
</fieldset>
<script src="script.js"></script>
</body>
</html>