-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgallery.html
32 lines (31 loc) · 1.73 KB
/
gallery.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Gallery</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='gallery.css'>
</head>
<body>
<h1> WaterFall Gallery</h1>
<div class="main">
<img class="IE" src="images/elephant-falls-shillong.jpg" alt="Elephant Falls" width="400px" height="400px">
<img class="IE" src="images/Dudhsagar_Falls_triplet,_2009.JPG" alt="Dudhsagar Waterfalls" width="400px" height="400px">
<img class="IE" src="images/Athirapalli_falls,_Kerala.jpg" alt="Athirappilly Waterfalls" width="400px" height="400px">
<img class="IE" src="images/bagsu-waterfall.jpg" alt="Bhagsu Waterfalls" width="400px" height="400px">
<img class="IE" src="images/soocihpura-waterfall.jpg" alt="Soochippara Falls" width="400px" height="400px">
<img class="IE" src="images/Jog_Roarer.jpg" alt="Jog Falls" width="400px" height="400px">
<img class="IE" src="images/nohkalikai-falls.jpg" alt="Nohkalikai Falls" width="400px" height="400px">
<img class="IE" src="images/kempty-falls.jpg" alt="Kempty Falls" width="400px" height="400px">
<img class="IE" src="images/shivanasamudra-falls.jpg" alt="Shivanasamudra Falls" width="400px" height="400px">
<img class="IE" src="images/hogenakkal-falls.jpg" alt="Hogenakkal Falls" width="400px" height="400px">
</div>
<section>
<div class="button-container">
<a class="btnone" href="Homepage.html">Home</a>
<a class="btntwo" href="about.html">About Us</a>
</div>
</section>
</body>
</html>