-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflex.html
More file actions
31 lines (29 loc) · 1.07 KB
/
flex.html
File metadata and controls
31 lines (29 loc) · 1.07 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-ex8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="flex.css">
</head>
<body>
<div class="All">
<div class="container">
<div class="logos">
<div class="both">
<div class="div1"><img src="./image/IMG-20220929-WA0059.jpg" alt="good" width="50px" height="auto"></div><br>
<div class="div2"><img src="./image/IMG-20220929-WA0059.jpg" alt="good" width="50px" height=" auto" ></div>
</div>
<div class="both3">
<div class="div3"><img src="./image/IMG-20220929-WA0059.jpg" alt="good" width="50px" height="auto"></div><br>
<div class="div4"><img src="./image/IMG-20220929-WA0059.jpg" alt="good" width= "50px" height= "auto"></div><br>
</div>
</div>
</div>
</div>
<!--<div class="icon-wrap">
<span class="icon material-icons">videocam</div>span>
<span class="icon-text">Video Conference</body-->
</div>
</body>
</html>