-
Notifications
You must be signed in to change notification settings - Fork 0
/
groupB.html
92 lines (89 loc) · 3.63 KB
/
groupB.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 B</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 B</h1>
<section class="blogs-section">
<div class="blog">
<div class="blog-photo">
<img src="England.png" width="80px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="iran.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">England VS Iran</h2>
<p class="blog-text">>Nov 21, 2022, 06:30 PM</p>
</div>
</div>
<div class="blog">
<div class="blog-photo">
<img src="usa.png" width="94px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="wales.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">USA VS Wales</h2>
<p class="blog-text">>Nov 22, 2022, 12:30 AM</p>
</div>
</div>
<div class="blog">
<div class="blog-photo">
<img src="wales.png" width="80px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="iran.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Wales VS Iran</h2>
<p class="blog-text">>Nov 25, 2022, 03:30 PM</p>
</div>
</div>
<div class="blog">
<div class="blog-photo">
<img src="England.png" width="94px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="usa.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">England VS USA</h2>
<p class="blog-text">>Nov 26, 2022, 12:30 AM</p>
</div>
</div>
<div class="blog">
<div class="blog-photo">
<img src="iran.png" width="94px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="usa.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Iran VS USA</h2>
<p class="blog-text">>Nov 30, 2022, 12:30 AM</p>
</div>
</div>
<div class="blog three-blog ">
<div class="blog-photo">
<img src="wales.png" width="94px" height="55px" alt="">
<h3 class="blog-vs">VS</h3>
<img src="England.png" width="94px" height="55px" alt="">
</div>
<div class="blog-info">
<h2 class="blog-heading">Wales VS England</h2>
<p class="blog-text">>Nov 30, 2022, 12:30 AM</p>
</div>
</div>
</section>
</body>
</html>