-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlegends.html
196 lines (194 loc) · 7.64 KB
/
legends.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html>
<head>
<title>أساطير النادي</title>
<link rel="stylesheet" href="fontawesome-free-5.9.0-web/css/all.css">
<link rel="stylesheet" href="css/main.css">
<meta charset="utf-8">
<style>
body{
margin: ;
}
.legends .title{
background-image: url(pictures/wp1827864.jpg);
height: 120px;
padding: 30px 120px 0 0 ;
}
.legends .title label{
font-size: 60px;
color: white;
}
.legends .lgn{
width: 74%;
margin: auto;
margin-top: 40px;
}
.legends .lgn .lgnd{
border: 1px solid #d2cccc;
width: 297px;
height: 420px;
overflow: hidden;
text-align: center;
display: inline-block;
position: relative;
margin-left: 5px;
}
.legends .lgn a{
text-decoration: none;
color: black;
}
.legends .lgn .lgnd img{
width: 100%;
height: 340px;
}
.legends .lgn .lgnd .lgnd-1{
text-align: right;
margin: 15px 15px 0 0;
}
.legends .lgn .lgnd .lgnd-1 label{
display: block;
}
</style>
</head>
<body dir="rtl">
<header>
<ul class="ul">
<li class="li"><a href="index.html">الصفحة الرئيسية</a></li>
<li class="li"><a href="#">كرة القدم</a>
<div class="list">
<a href="players.html">الفريق</a>
<a href="achieve.html">الانجازات</a>
<a href="legends.html">أساطير النادي</a>
<a href="football_history.html">التاريخ</a>
</div>
</li>
<li class="li"><a href="#">النادي</a>
<div class="list">
<a href="stadium.html">الملعب</a>
<a href="fans.html">جماهير النادي</a>
<a href="academic.html">الأكاديمية</a>
</div>
</li>
<li class="li"><a href="mailto:[email protected]">راسلنا</a></li>
</ul>
</header>
<div class="legends">
<div class="title" dir="rtl">
<label>أساطير النادي</label>
</div>
<div class="lgn">
<a href="legends/cristiano.html">
<div class="lgnd">
<img src="legends/CRISTIANO_550x650%20(1).jpg">
<div class="lgnd-1">
<label>كرستيانو رونالدو</label>
<label>2009-2018</label>
</div>
</div>
</a>
<a href="legends/de_stefano.html">
<div class="lgnd">
<img src="legends/DiStefano,0.jpg">
<div class="lgnd-1">
<label>ألفريدو دي ستيفانو</label>
<label>1953-1964</label>
</div>
</div>
</a>
<a href="legends/casillas.html">
<div class="lgnd">
<img src="legends/Casillas_JugadorLeyendaThumb.jpg">
<div class="lgnd-1">
<label>إيكر كاسياس</label>
<label>1999 · 2015</label>
</div>
</div>
</a>
<a href="legends/beckham.html">
<div class="lgnd">
<img src="legends/BECKHAMThumb,8.jpg">
<div class="lgnd-1">
<label>ديفيد بيكهام</label>
<label>2003 · 2007</label>
</div>
</div>
</a>
<a href="legends/figo.html">
<div class="lgnd">
<img src="legends/figo,30.jpg">
<div class="lgnd-1">
<label>لويس فيغو</label>
<label>2000 · 2005</label>
</div>
</div>
</a>
<a href="legends/hierro.html">
<div class="lgnd">
<img src="legends/hierro,0.jpg">
<div class="lgnd-1">
<label>فرناندو هييرو</label>
<label>1989 · 2003</label>
</div>
</div>
</a>
<a href="legends/kaka.html">
<div class="lgnd">
<img src="legends/KakaThumb.jpg">
<div class="lgnd-1">
<label>ريكاردو كاكا</label>
<label>2009 · 2013</label>
</div>
</div>
</a>
<a href="legends/carlos.html">
<div class="lgnd">
<img src="legends/RobertoCarlosThumb.jpg">
<div class="lgnd-1">
<label>روبرتو كارلوس</label>
<label>1996 · 2007</label>
</div>
</div>
</a>
<a href="legends/ronaldo.html">
<div class="lgnd">
<img src="legends/Ronaldo,0.jpg">
<div class="lgnd-1">
<label>رونالدو دي ليما</label>
<label>2002 · 2007</label>
</div>
</div>
</a>
<a href="legends/zidane.html">
<div class="lgnd">
<img src="legends/zidane,0.jpg">
<div class="lgnd-1">
<label>زين الدين زيدان</label>
<label>2001 · 2006</label>
</div>
</div>
</a>
</div>
</div>
<footer>
<div class="fonts">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-whatsapp"></i>
</div>
<ul>
<li><a href="#">كرة القدم</a>
<li><a href="players.html">الفريق</a></li>
<li><a href="achieve.html">الانجازات</a></li>
<li><a href="legends.html">أساطير النادي</a></li>
<li><a href="football_history.html">تاريخ النادي</a></li>
</ul>
<ul>
<li><a href="#">النادي</a>
<li><a href="stadium.html">الملعب</a></li>
<li><a href="match.html">مباريات</a></li>
<li><a href="club.html">عن النادي</a></li>\
</ul>
</footer>
</body>
</html>