-
Notifications
You must be signed in to change notification settings - Fork 0
/
catigorize.html
62 lines (60 loc) · 2.13 KB
/
catigorize.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
<!DOCTYPE html>
<html>
<title>Meatball game reviews categories</title>
<link href='catogorize.css' rel='stylesheet' type="text/css">
<head>
</head>
<body>
<h1>Categories</h1>
<div class="grid">
<div class="grid21">
<a href = "./index.html">
<div class="grid2">
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/1495710/capsule_616x353.jpg?t=1646332850" class="img">
<p class="hi">Action</p>
</div>
</a>
</div>
<div class="grid31">
<a href = "./index.html">
<div class="grid3">
<img src="https://cdn.akamai.steamstatic.com/steam/apps/292030/header.jpg?t=1646996408" class="img">
<p class="hi">Adventure</p>
</div>
</a>
</div>
<div class="grid41">
<a href = "./index.html">
<div class="grid4">
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/413150/header.jpg?t=1608624324"class="img">
<p class="hi">Indie</p>
</div>
</a>
</div>
<div class="grid51">
<a href = "./index.html">
<div class="grid5">
<img src="https://store-images.s-microsoft.com/image/apps.33953.14506879174941978.138d3eab-0b06-443b-a252-c99592521394.fbecd5ff-76a3-4dc9-9005-3799f09950a0?q=90&w=480&h=270" width="300px" height="150" class="img">
<p class="hi">Racing</p>
</div>
</a>
</div>
<div class="grid61">
<a href = "./index.html">
<div class="grid6">
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/1250410/capsule_616x353.jpg?t=1647979760" width="300px" height="150" class="img">
<p class="hi">Simulation</p>
</div>
</a>
</div>
<div class="grid71">
<a href = "./index.html">
<div class="grid7">
<img src="https://cdn-ext.fanatical.com/production/product/1280x720/18341637-650a-4a04-ab38-f169b5c05ca5.jpeg" width="300px" height="150" class="img">
<p class="hi">Strategy</p>
</div>
</a>
</div>
</div>
</body>
</html>