-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanu.html
30 lines (30 loc) · 833 Bytes
/
manu.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="manusty.css">
<link rel="stylesheet" href="bootstrap.css">
<head>
<h1>Manchester United</h1>
</head>
<body>
<div id="img">
<img src="manu.png" height="300px" width="350px">
</div>
<div class="squad">
<h2>SQUAD</h2>
<ul>
<li id="Cap">Harry Maguire</li>
<li>Aaron Wan Bisaka</li>
<li id="GK">David De Gea</li>
<li>Victor Lindelof</li>
<li>Luke Shaw</li>
<li>Paul Pogba</li>
<li>Bruno Fernandes</li>
<li>Mason Greenwood</li>
<li>Antony Martial</li>
<li>Marcus Rashford</li>
<li>Juan Mata</li>
</ul>
</div>
<button type="button" class="btn btn-light"><a href=index.html>Back</a></button>
</body>
</html>