-
Notifications
You must be signed in to change notification settings - Fork 1
/
guid.html
55 lines (49 loc) · 2.08 KB
/
guid.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<title>◧ Animal Matching - Game Play</title>
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<div class="container">
<div class="row justify-content-center p-5">
<h1>
<p class="text-center">Guid</p>
</h1>
</div>
<div class="row justify-content-around">
<div class="col-md-8 col-xs-12">
<ul class="list-group">
<li class="list-group-item list-group-item-light">
✨ Turn over any two cards.
</li>
<li class="list-group-item list-group-item-light">
✨ If the two cards match, keep them.
</li>
<li class="list-group-item list-group-item-light">
✨ If they don't match, the card will back over.
</li>
<li class="list-group-item list-group-item-light">
✨ Remember what was on each card and where it was.
</li>
<li class="list-group-item list-group-item-light">
✨ The game is over when all the cards have been matched.
</li>
<li class="list-group-item list-group-item-light">
✨ The faster you match all the cards the better your rank in leaderboard.
</li>
</ul>
</div>
<div class="col-12 p-1 pb-3 text-center">
<a href="./index.html" class="btn btn-dark btn-lg">
« Back
</a>
</div>
</div>
</div>
</body>
</html>