-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
169 lines (133 loc) · 4.41 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Gamers Hub </title>
<link rel="stylesheet" href="Styles.css">
</head>
<body>
<center>
<h1 style="font-size: 55px ; background-color : #FFE162 ;margin-left:200px ; margin-right:200px;border-radius:25px"> 🕹Games that I have played/am playing🎮 </h1>
</center>
<br>
<div class="cry">
<table cellspacing="80px">
<tr>
<td><img src="https://cdn.mos.cms.futurecdn.net/Da5rzRLy5zGESnj9M7icSi.jpg" alt="farcry3"></td>
<td>
<h1 id="name"><strong> FARCRY 3</strong></h1>
<p>
<ul>
<li>
<h3>One of the best games I have played in my life . Full of adventures and lots of fun .
Pretty good missions . Not that difficult to pass but in overall a very good game .</h3>
</li>
</ul>
</p>
</td>
</tr>
</table>
</div>
<br>
<div class="ulv">
<table cellspacing="80px">
<tr>
<td><img src="https://cdn.pocket-lint.com/r/s/1200x/assets/images/73035-games-review-hitman-absolution-image13-u7YWypQ9Bw.jpg" alt="hitman"></td>
<td>
<h1 id="name"><strong> HITMAN ABSOLUTION</strong></h1>
<p>
<ul>
<li>
<h3> This game gives the gamer the choice to play in whichever mode he/she wants to. <br>
You can either kill in silent mode or in badass mode . This gives you the liberty and makes it one of the best games in the list .</h3>
</li>
</ul>
</p>
</td>
</tr>
</table>
</div>
<br>
<div class="vlu">
<table cellspacing="80px">
<tr>
<td><img src="https://cdn.mos.cms.futurecdn.net/qutxtAEsQkY9cmrpPXPPZA.jpg" alt="WildHunt"></td>
<td>
<h1 id="name"><strong> Witcher Wild-Hunt 3</strong></h1>
<p>
<ul>
<li>
<h3> My Personel Favourite game . This game is the one that I wanted to play always since when it was first released .
Every gamer must try this story mode game once in their life. </h3>
</li>
</ul>
</p>
</td>
</tr>
</table>
</div>
<br>
<div class="luv">
<table cellspacing="80px">
<tr>
<td><img src="https://cdn.cloudflare.steamstatic.com/steam/apps/1058360/ss_9659dc333ef605a3a3fe295104e81c361c473e18.1920x1080.jpg?t=1617889966" alt="TombRaider"></td>
<td>
<h1 id="name"><strong> Shadow of the Tomb Raider </strong></h1>
<p>
<ul>
<li>
<h3> If u want to play with your brain this is the game u need to play.
A logical-fun game with pretty challenging missions.</h3>
</li>
</ul>
</p>
</td>
</tr>
</table>
</div>
<br>
<div class="uhv">
<table cellspacing="80px">
<tr>
<td><img src="https://image.cnbcfm.com/api/v1/image/106560246-1591029813185copy-of-v_brand_promo_horizontal_offwhite.jpg?v=1591029886" alt="Valorant"></td>
<td>
<h1 id="name"><strong> Valorant </strong></h1>
<p>
<ul>
<li>
<h3> A recently developed game by Riot games .
A great FPS game and must play to improve your gaming skills. </h3>
</li>
</ul>
</p>
</td>
</tr>
</table>
</div>
<br>
<div class="luv">
<table cellspacing="80px">
<tr>
<td><img src="https://gamingonphone.com/wp-content/uploads/2021/06/Battlegrounds-Mobile-India-Statue.jpg" alt="BGMI"></td>
<td>
<h1 id="name"><strong> BGMI </strong></h1>
<p>
<ul>
<li>
<h3> Everyone knows this game by now , earlier known as PUBG .
Best to improve your gaming skills . My personel favourite mobile game after coc["Clash of Clans"]. </h3>
</li>
</ul>
</p>
</td>
</tr>
</table>
</div>
<br>
<br>
<br>
<center>
<a href="games.html"> <button style="font-size : 50px ; border-radius : 25px " class="rotated"><strong><em>Other-Games</em></strong></button></a>
</center>
</body>
</html>