-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.html
More file actions
33 lines (27 loc) · 758 Bytes
/
rules.html
File metadata and controls
33 lines (27 loc) · 758 Bytes
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
<html>
<head>
<!-- linking the stylesheet -->
<link href="rules.css" rel="stylesheet" type="text/css">
<!-- importing the font 'Montserrat' from fonts.google.com -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<!-- this is the head text -->
<div id="text-wrapper">
These are winning tiles:
</div>
<!-- these are the images -->
<div id="img-wrapper">
<img src="rulespos1.png">
<img src="rulespos2.png">
<img src="rulespos3.png">
<img src="rulespos4.png">
<img src="rulespos5.png">
<img src="rulespos6.png">
<img src="rulespos7.png">
<img src="rulespos8.png">
<img src="rulespos9.png">
<img src="rulespos10.png">
</div>
</body>
</html>