-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (66 loc) · 2.47 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
<!DOCTYPE html>
<html lang="hr">
<head>
<title>AV2_EXERCISE</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link href="main.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body class="index">
<header class="jumbotron text-center" style="margin-bottom:0">
<h1>GAME WORLD</h1>
<p>GAME SPECIFICATIONS</p>
</header>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark" id="mynavbar">
<ul class="navbar-nav" id="mylist">
<li class="nav-item">
<a class="nav-link" href="index.html">HOMEPAGE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="order.html">ORDER</a>
</li>
<li class="nav-item">
<a class="nav-link" href="specifications.html".html">SPECIFICATIONS</a>
</li>
</ul>
</nav>
<div class="content">
<table >
<tr>
<th>
<div class="block-1"> <img src="resources/71Gk9cHxblL._AC_SL1024_.jpg" alt="sprite">
<br>
<br>
<p>League of Legends (LoL) is a multiplayer online battle arena video game developed and published by Riot Games</p>
</div>
</th>
<th>
<div class="block-1"> <img src="resources/0172-paladins-1000x1000.jpg" alt="coca-cola">
<br>
<br>
<p>Paladins: Champions of the Realm is a free-to-play online Hero shooter video game by Hi-Rez Studios</p>
</div>
</th>
<th>
<div class="block-1"> <img src="resources/60634c3a2086dc317df881e6cb3a4c2f.jpg" alt="fanta">
<br>
<br>
<p>Apex Legends is a free-to-play battle royale game developed by Respawn Entertainment and published by Electronic Arts</p>
</div>
</th>
<th>
<div class="block-1"> <img src="resources/call-of-duty-warzone-screen-04-ps4-en-09mar20_1583752037131.png" alt="7up">
<br>
<br>
<p>Call of Duty: Warzone is BRAND NEW free-to-play battle royale video game.</p>
</div>
</th>
</tr>
</table>
</div>
</body>
</html>