-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.37 KB
/
Copy pathindex.html
File metadata and controls
32 lines (31 loc) · 1.37 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
<!doctype html>
<html>
<head>
<title> Statues of The World! </title>
</head>
<style>
body{background-image: url('Background.jpg');background-repeat:no-repeat;background-size:cover;font-family:comic sans ms;
color:yellow;font-size:20px;text-shadow:2px 2px 4px rgba(0, 0, 0, 0.5);}
h1{text-align:center;color:red;font-family:berlin sans fb;text-decoration:underline}
h3{text-align:center;text-decoration:underline;color:orange}
.SOU{border-radius:40%}
a{color:white;text-decoration:underline}
</style>
<body>
<h1>Statues of The World!</h1>
<h3>Statue of Unity</h3>
<div>
<center> <img src="SOU.jpg" width="350" height="400" class="SOU" alt="SOU"> </center>
</div>
The Statue of Unity in Gujarat, India, is the tallest statue in the world,
standing at 182 meters (597 feet). It honors Vallabhbhai Patel, a prominent
leader in India's independence movement. Situated on the Sadhu-Bet Island
near the Sardar Sarovar Dam, the statue offers stunning views of the
surrounding landscape. Construction began in 2013 and was completed in
2018. The statue represents unity, strength, and Patel's significant
role in integrating princely states into the Indian Union. It has become
a symbol of national pride and a popular tourist attraction, featuring
a museum, exhibition halls, and an observation deck.
<a href="SOL.html">Statue of Liberty</a>, <a href="VDM.html"> Venus de Milo </a>
</body>
</html>