-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (90 loc) · 2.89 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 name="viewport" content="width=device-width, initial-scale=1.0" />
<title>copa America 2021</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section class="heropoint">
<div class="myHero">
<div id="hero">
<header>
<div id="navbarGap"
<nav class="navbar">
<ul class="menu-links">
<li><a href="#">Home</a></li>
<li><a href="#">Clubs</a></li>
<li><a href="#">World Cup 2023</a></li>
<li><a href="#">Upcoming Matches</a></li>
<li><a href="#">Contact</a></li>
</ul>
<button id="logIn">Login</button>
</nav>
</div>
</header>
<section class="hero-section">
<div class="content">
<h1>
Conmebol
</h1>
<h1>
Copa America
</h1>
<h1>
2021
</h1>
<button id="liveBtn">Watch Live<span>.</span></button>
</div>
<div class="Imgdiv">
<img src="backgrnd.jpg" alt="divbackGrnd " width="400" height="400" class="backImg">
<img src="hero.png" alt="heroGrnd" width="556px" height="438px" class="heroMe">
</div>
</section>
</div>
</div>
<div class="Neymessi">
<div class="neymar">
<img src="Frame 44 (1).png" alt="player1">
</div>
<div class="messi">
<img src="Frame 45.png" alt="player2" id="messi2">
</div>
<div id="Ronaldo">
<img src="Frame 46.png" alt="player3">
</div>
</div>
<div id="ozil">
<img src="Frame 71.png" alt="player 7,8,9">
</div>
<div id="Dimaria">
<img src="Frame 72.png" alt="player 10,11,12">
</div>
<div id="Harrykane">
<img src="Frame 73.png" alt="player 13,14,15">
</div>
<div class="footer">
<div class="textdiv">
<h1>
All Highlights
</h1>
<h2>
Copa America 2021
</h2>
<p>
Amet mininm mollit non deserunt ullamco est
sit sectionaliqua dolor do amet sint.
Velit officia consequat duis enim mollit.
Exercitation veniam consequat sunt nostrud amet.
</p><br><br>
</div>
<button class="watchBtn">Watch Now<span>.</span></button><br><br><br>
</div>
</div>
<div class="lastOne">
<img src="Frame 63.png" alt="footballl" id="football" width="483px" height="213px">
</div>
</section>
</body>
</html>