-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 1.95 KB
/
Copy pathindex.html
File metadata and controls
47 lines (42 loc) · 1.95 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
.img-container {
display: flex;
justify-content: space-evenly;
align-items: center;
margin-top: 20px;
}
.img-container img {
width: 20vw !important;
height: 25vh !important;
border: 1px solid;
}
</style>
<body>
<div class="w3-container">
<div class="img-container">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/01.webp">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/02.webp">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/03.webp">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/05.webp">
</div>
<div class="img-container">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/07.webp">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/08.webp">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/09.webp">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/10.webp">
</div>
<div class="img-container">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/man1.webp">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/thew3station logo.webp">
<img
src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/thew3station logo-with background.webp">
<img src="https://raw.githubusercontent.com/KumarRaviHindustani/img-storage/main/01.webp">
</div>
</div>
</body>
</html>