-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrma.html
31 lines (30 loc) · 801 Bytes
/
rma.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="rmsty.css">
<link rel="stylesheet" href="bootstrap.css">
<head>
<h1>Real Madrid</h1>
</head>
<body>
<div id="img">
<img src="realmadrid.png" height="300px" width="240px">
</div>
<div class="squad">
<h2>SQUAD</h2>
<ul>
<li id="Cap">Sergio Ramos</li>
<li>Karim Benzema</li>
<li id="GK">Cortouis</li>
<li>Varane</li>
<li>Marcelo</li>
<li>Dani Carvajal</li>
<li>Casemiro</li>
<li>Luka Modric</li>
<li>Eden Hazard</li>
<li>Marco Asensio</li>
<li>Tony Kroos</li>
</ul>
</div>
<button type="button" class="btn btn-light"><a href=index.html>Back</a></button>
</body>
</html>