-
Notifications
You must be signed in to change notification settings - Fork 0
/
group-2.html
41 lines (39 loc) · 1.17 KB
/
group-2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./group-2.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Crete Round:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Crimson Pro:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Balsamiq Sans:wght@700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Donegal One:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inria Sans:wght@700&display=swap"
/>
</head>
<body>
<div class="line-parent">
<img class="group-child" alt="" />
<img class="group-item" alt="" />
</div>
</body>
</html>