-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHurry.html
58 lines (56 loc) · 1.9 KB
/
Hurry.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="hurry.css" />
</head>
<body>
<main>
<div class="container">
<div id="stars"><img src="stars.png" alt="" /></div>
<div id="Vector"><img src="Vector .png" alt="" /></div>
</div>
<div class="text1">
<p id="para1">HURRAY!!</p>
</div>
<div class="text2">
<p id="para2">YOU WON THE GAME</p>
</div>
</main>
<!-- --------------------------------------------------------------------------------------- -->
<div class="lastbutton">
<a id="btn" href="index.html"><p id="playagainbtn">PLAY AGAIN</p></a>
</div>
<!-- -------------------------------------------- -------------------------------------->
<div class="Rules">
<p class="rulesheading">Game Rules</p>
<ul class="unorderlist">
<li class="gamelist">
Rock beats scissors, scissors beat paper, and paper beats rock.
</li>
<li class="gamelist">
Agree ahead of time whether you’ll count off “rock, paper, scissors,
shoot” or just “rock, paper, scissors.”
</li>
<li class="gamelist">
Use rock, paper, scissors to settle minor decisions or simply play to
pass the time
</li>
<li class="gamelist">
If both players lay down the same hand, each player lays down another
hand
</li>
</ul>
<div class="close">
<p id="closebutton">X</p>
</div>
</div>
<div class="Rulesbutton">
<p id="ruleshow">RULES</p>
</div>
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
<script src="hurry.js"></script>
</body>
</html>