-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (88 loc) · 2.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maldini</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h2>Paolo Madini</h2>
<a href="#">home</a>
<a href="#">about us</a>
<a href="#">contact</a>
<a href="#">news</a>
</header>
<div class="two">
<section>
<h3>glory</h3>
<img src="./images/Milan-02-03-CL-Final-Away-Maldini-e.jpg" alt="">
<h4>his glory:</h4>
<h3>5 times champions league winner</h3>
<h3>7 times serie A winner</h3>
<button>
read more
</button>
</section>
<section>
<h3>italy</h3>
<img src="./images/resizedcrop-0eb99700869daa40faef0266503f378f-800x800.jpg" alt="">
<h4>in Italy team:</h4>
<h3>he played 126 matches</h3>
<h3>he scored 7 goals</h3>
<button>
read more
</button>
</section>
<section>
<h3>best ever</h3>
<img class="six" src="./images/ballon_dor_all_time_dream_team_3.jpg" alt="">
<h4>being the best defender ever:</h4>
<h3>he selected as one of the best players in history</h3>
<h3>he is the best Milan player ever</h3>
<button>
read more
</button>
</section>
</div>
<p>our little quiz:</p>
<div>
<div class="first">who has the most match with Maldini?</div>
<select name="" id="select" aria-placeholder="choose">
<option disabled selected value> -- select an option -- </option>
<option value="">baresi</option>
<option value="">van basten</option>
<option value="">kaka</option>
<option value="">seedorf</option>
</select>
<input type="submmit" value="submit">
<br>
<br>
<br>
<br>
</div>
<div class="second" id="second">what was Maldini number in Milan</div>
<select name="choose" id="select" >
<option disabled selected value> -- select an option -- </option>
<option value="">baresi</option>
<option value="">van basten</option>
<option value="">kaka</option>
<option value="">seedorf</option>
</select>
<input type="submmit" value="submit">
</div>
<footer>
<div id="footerr">
telegram : @maldini
<br>
<br>
instagram : @maldini
<br>
<br>
email : [email protected]
</div>
</footer>
</body>
</html>