-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (54 loc) · 1.88 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
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width,inital-scale=1.0">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="stylem.css">
<head>
<title>CLubs</title>
<h1> Football Clubs</h1>
</head>
<body>
<div class="Logos">
<div class="container">
<div class="row">
<div class="col-sm">
<a href="fcb.html"><img src="fcb.png" height="150px" width="150px"></a>
</div>
<div class="col-sm">
<a href="rma.html"> <img src="realmadrid.png" height="150px" width="110px">
</a></div>
<div class="col-sm">
<a href="manu.html"><img src="manu.png" height="150px" width="170px">
</a></div>
<div class="col-sm">
<a href="liv.html"> <img src="liverpool.png" height="150px" width="130px">
</a></div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm"><a href="fcb.html"> Barcelona</a></div>
<div class="col-sm"><a href="rma.html">Real Madrid</a></div>
<div class="col-sm"><a href="manu.html">Manchester United</a></div>
<div class="col-sm"><a href="liv.html">Liverpool</a></div>
</div>
</div>
<table>
<tr>
<th>Title</th>
<th><img src="fcb.png" height="60px" width="60px"></th>
<th><img src="realmadrid.png" height="80px" width="60px"></th>
<th><img src="manu.png" height="80px" width="80px"></th>
<th><img src="liverpool.png" height="80px" width="80px"></th>
</tr>
<tr>
<td><img src="4.png" height="80px" width="80px"></td>
<td>5</td>
<td>13</td>
<td>3</td>
<td>5</td>
</tr>
</table>
</body>
</html>