-
Notifications
You must be signed in to change notification settings - Fork 0
/
upcoming-match.html
126 lines (113 loc) · 3.35 KB
/
upcoming-match.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
<!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>World Cup </title>
<!-- stylesheets -->
<link rel="stylesheet" href="styles/style.css">
<script src="https://kit.fontawesome.com/2765983bf2.js" crossorigin="anonymous"></script>
</head>
<body>
<main>
<!-- Banner section -->
<section class="banner-container">
<div class="banner-details">
<h1>The Greatest show on the earth</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply
random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</p>
<div class="watch-live"></div>
<button><a class="watch-link" href="www.youtube.com" target="_blank">Watch Live <img src="images/arrow.svg" alt=""></i></a></button>
</div>
<div class="banner-img"><img src="images/Banner Image.png" alt=""></div>
</section>
<!-- end of banner section -->
<section class="blog-container">
<aside class="blog-aside">
<a class="bg-color" href="index.html">Upcoming Match</a><a href="index.html">All groups</a><a href="index.html">Blog</a>
</aside>
<div class="blog-body">
<div class="article">
<div class="flag-vs">
<img src="images/Flag.png" alt="">
<h3>VS</h3>
<img src="images/germany Flag.png" alt="">
</div>
<div class="flag-article-details">
<h3>Germany VS France </h3>
<p>April 01, 2023, 1.00 AM</p>
</div>
</div>
<div class="article">
<div class="flag-vs">
<img src="images/Flag.png" alt="">
<h3>VS</h3>
<img src="images/germany Flag.png" alt="">
</div>
<div class="flag-article-details">
<h3>Germany VS France </h3>
<p>April 01, 2023, 1.00 AM</p>
</div>
</div>
<div class="article">
<div class="flag-vs">
<img src="images/Flag.png" alt="">
<h3>VS</h3>
<img src="images/germany Flag.png" alt="">
</div>
<div class="flag-article-details">
<h3>Germany VS France </h3>
<p>April 01, 2023, 1.00 AM</p>
</div>
</div>
<div class="article">
<div class="flag-vs">
<img src="images/Flag.png" alt="">
<h3>VS</h3>
<img src="images/germany Flag.png" alt="">
</div>
<div class="flag-article-details">
<h3>Germany VS France </h3>
<p>April 01, 2023, 1.00 AM</p>
</div>
</div>
<div class="article">
<div class="flag-vs">
<img src="images/Flag.png" alt="">
<h3>VS</h3>
<img src="images/germany Flag.png" alt="">
</div>
<div class="flag-article-details">
<h3>Germany VS France </h3>
<p>April 01, 2023, 1.00 AM</p>
</div>
</div>
<div class="article">
<div class="flag-vs">
<img src="images/Flag.png" alt="">
<h3>VS</h3>
<img src="images/germany Flag.png" alt="">
</div>
<div class="flag-article-details">
<h3>Germany VS France </h3>
<p>April 01, 2023, 1.00 AM</p>
</div>
</div>
</div>
</section>
</main>
</body>
<footer>
<h3>Goal</h3>
<hr>
<div class="footer-menu">
<p>Contact-Us</p>
<p>Terms of Servic</p>
<p>Privacy policy</p>
<p>Provacy Setting</p>
<p>Goal App</p>
<p>Goal Live</p>
</div>
</footer>
</html>