-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtask12_1.html
57 lines (46 loc) · 3.31 KB
/
task12_1.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!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="icon" href="img knp\iloveknp.png">
<title>KANPUR</title>
<style>
a:link {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: none;
background-color: rgba(234, 159, 73, 0.679);
border-radius: 20px;
transition: all .6s ease;
}
a:visited {
text-decoration: none;
color: rgb(0, 0, 0);
}
</style>
</head>
<body background="img knp/knp.jpg" style="background-size: cover; overflow-x: hidden; background-repeat: no-repeat; background-attachment: fixed;">
<div ><img src="img knp\kanpur.png" style="width:9%; float:left; margin-top: 20px;"> <p style="font-family: cursive; font-size: 80px; margin: 0px;">Kanpur</p><p style="font-family:'Times New Roman', Times, serif ; margin: 0px; padding-left: 135px; font-weight: 500; font-size: 20px;">Manchester of the East</p></div>
<br><br> <nav style="margin-top: 10px; padding: 12px; background-color: rgba(173, 216, 230, 0.444); border-radius: 20px;">
<a href="task12home.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Home</a>
<a href="task12heritage.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;background-color: rgba(218, 182, 142, 0.679);
border-radius: 20px;">Heritage</a>
<a href="task12history.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">History</a>
<a href="task12hotelbooking.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Hotel Booking</a>
<a href="task12gallery.html" style="padding: 10px 30px 10px 30px; font-family:'Courier New', Courier, monospace; font-weight: 1000;">Gallery</a>
</nav>
<div style=" background-color: rgba(173, 216, 230, 0.222); border-radius: 20px;"><p style="font-family:'Courier New'; font-size: large; font-weight: 1000; padding: 10px; margin: 10px;">Heritage</p>
<hr>
<h1 style="padding-left: 10px;">Patthar Ghat</h1>
<div style="display: flex; justify-content:center;"><img src="img knp\Shiv-Mandir-Patthar-Ghat.webp" style="border-radius: 10px;"></div>
<p style="font-family:'Courier New'; font-size: larger; font-weight: 1000; padding: 10px; margin: 10px;">Resting on the banks of the sacred river Ganges, Patthar Ghat is a prominent tourist attraction in Bithoor, a suburb in Kanpur!<br><br>
Patthar Ghat was carved entirely out of the red sandstone by the funds of Tikait Rai who was once a minister of Awadh.<br><br>
Just like other ghats in the suburb, this ghat is also frequently visited by the locals and the visitors on a large-scale because of its religious and spiritual significance!<br><br>
On a daily basis, the priests of the temple conduct aartis and numerous people participate in it so you can drop by with the elderly right here!</p>
</div>
</body>
</html>