-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheventgallery.html
39 lines (39 loc) · 1.36 KB
/
eventgallery.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
<!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">
<link rel="stylesheet" href="deep.css">
<title>ees gallery</title>
</head>
<body>
<h2>our events gallery</h2>
<div class="gallery">
<figure class="gal_item-1">
<img src="img-1.jpeg" class="gallery_img" alt="image-1">
</figure>
<figure class="gal_item-2">
<img src="img-2.jpeg" class="gallery_img" alt="image-2">
</figure>
<figure class="gal_item-3">
<img src="img-3.jpg" class="gallery_img" alt="image-3">
</figure>
<figure class="gal_item-4">
<img src="img-4.jpg" class="gallery_img" alt="image-4">
</figure>
<figure class="gal_item-5">
<img src="img-5.jpg" class="gallery_img" alt="image-5">
</figure>
<figure class="gal_item-6">
<img src="img-6.jpg" class="gallery_img" alt="image-6">
</figure>
<figure class="gal_item-7">
<img src="img-7.jpg" class="gallery_img" alt="image-7">
</figure>
<figure class="gal_item-8">
<img src="img-8.jpg" class="gallery_img" alt="image-8">
</figure>
</div>
</body>
</html>