-
Notifications
You must be signed in to change notification settings - Fork 0
/
groupF.html
92 lines (89 loc) · 3.67 KB
/
groupF.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
<!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>Group F</title>
<!-- Font font-awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<!-- index.css link -->
<link rel="stylesheet" href="index.css">
<!-- index2.css link -->
<link rel="stylesheet" href="index2.css">
<!-- favicon link here -->
<link rel="icon" type="image/x-icon" href="football.jpg">
</head>
<body>
<h1 class="group">Group F</h1>
<section class="blogs-section">
<div class="blog">
<div class="blog-photo">
<img src="morocco.png" width="80px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="croatia.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Morocco VS Croatia</h2>
<p class="blog-text">NOv 23, 2022, 03:30 PM</p>
</div>
</div>
<div class="blog">
<div class="blog-photo">
<img src="belgium.png" width="94px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="canada.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Belgium VS Canada</h2>
<p class="blog-text">>Nov 24, 2022, 12:30 AM</p>
</div>
</div>
<div class="blog">
<div class="blog-photo">
<img src="belgium.png" width="80px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="morocco.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Belgium VS Morocco</h2>
<p class="blog-text">>Nov 27, 2022, 06:30 PM</p>
</div>
</div>
<div class="blog">
<div class="blog-photo">
<img src="croatia.png" width="94px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="canada.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Croatia VS Canada</h2>
<p class="blog-text">>Nov 27, 2022, 09:30 PM</p>
</div>
</div>
<div class="blog">
<div class="blog-photo">
<img src="croatia.png" width="94px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="belgium.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Croatia VS Belgium</h2>
<p class="blog-text">>Dec 1, 2022, 08:30 PM</p>
</div>
</div>
<div class="blog three-blog ">
<div class="blog-photo">
<img src="canada.png" width="94px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="morocco.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Canada VS Morocco</h2>
<p class="blog-text">>Dec 1, 2022, 08:30 PM</p>
</div>
</div>
</section>
</body>
</html>