diff --git a/webtech project/city.html b/webtech project/city.html
deleted file mode 100644
index 16cb9de..0000000
--- a/webtech project/city.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
- SAMA
-
-
-
-
-
-
\ No newline at end of file
diff --git a/webtech project/citystyle.css b/webtech project/citystyle.css
index f7ff29c..88b74db 100644
--- a/webtech project/citystyle.css
+++ b/webtech project/citystyle.css
@@ -1,86 +1,192 @@
* {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
-}
-#logoImg {
- height: 10vh;
- margin-bottom: 0px;
-}
-#navbar {
- display: flex;
- position: fixed;
- width: 100%;
- justify-content: space-between;
- background-color: black;
-}
-#navbar ul {
- display: flex;
- text-decoration: none;
- align-items: center;
- width: 40vw;
- justify-content: space-around;
- font-size: 1.5rem;
-}
-.tag {
- list-style: none;
-}
-.tag a {
- text-decoration: none;
- color: white;
-}
-#navbar button {
- width: 12rem;
- color: white;
- background-color: red;
- border-radius: 8px;
- font-size: 1.3rem;
- margin-right: 20px;
-}
-#navbar button:hover {
- color: yellow;
-}
-
-/* dropDown */
-li a,
-.dropbtn {
- display: inline-block;
- color: white;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
-}
-
-li a:hover,
-.dropbtn:hover {
- background-color: red;
-}
-
-li.dropdown {
- display: inline-block;
-}
-
-.dropdown-content {
- display: none;
- position: absolute;
- background-color: #f9f9f9;
- min-width: 160px;
- box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
- z-index: 1;
-}
-
-.dropdown-content a {
- color: black;
- padding: 12px 16px;
- text-decoration: none;
- display: block;
- text-align: left;
-}
-
-.dropdown-content a:hover {
- background-color: #f1f1f1;
-}
-
-.dropdown:hover .dropdown-content {
- display: block;
-}
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+ #logoImg {
+ height: 10vh;
+ margin-bottom: 0px;
+ }
+ #navbar {
+ display: flex;
+ position: fixed;
+ width: 100%;
+ justify-content: space-between;
+ background-color: black;
+ z-index: 1;
+ }
+ #navbar ul {
+ display: flex;
+ text-decoration: none;
+ align-items: center;
+ width: 40vw;
+ justify-content: space-around;
+ font-size: 1.5rem;
+ }
+ .tag {
+ list-style: none;
+ }
+ .tag a {
+ text-decoration: none;
+ color: white;
+ }
+ #navbar button {
+ width: 12rem;
+ color: white;
+ background-color: red;
+ border-radius: 8px;
+ font-size: 1.3rem;
+ margin-right: 20px;
+ }
+ #navbar button:hover {
+ color: yellow;
+ }
+
+ /* dropDown */
+ li a,
+ .dropbtn {
+ display: inline-block;
+ color: white;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+ }
+
+ li a:hover,
+ .dropbtn:hover {
+ background-color: red;
+ }
+
+ li.dropdown {
+ display: inline-block;
+ }
+
+ .dropdown-content {
+ display: none;
+ position: absolute;
+ background-color: #f9f9f9;
+ min-width: 160px;
+ box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
+ z-index: 1;
+ }
+
+ .dropdown-content a {
+ color: black;
+ padding: 12px 16px;
+ text-decoration: none;
+ display: block;
+ text-align: left;
+ }
+
+ .dropdown-content a:hover {
+ background-color: #f1f1f1;
+ }
+
+ .dropdown:hover .dropdown-content {
+ display: block;
+ }
+
+ /* main section */
+ #main {
+ position: relative;
+ top: 80px;
+ }
+
+ .hotel {
+ display: flex;
+ margin: 2rem 4rem 2rem 8rem;
+ height: 18rem;
+ }
+ .heading {
+ background-color: rgba(175, 175, 175, 0.733);
+ text-align: center;
+ font-size: 4.5rem;
+ }
+ .hotelName {
+ font-size: 3rem;
+ }
+ .hotelImg {
+ height: 100%;
+ width: 27rem;
+ }
+ .hotelDetails {
+ padding-left: 1rem;
+ }
+ .hotelDetails div {
+ margin: 1rem 0;
+ }
+ .address {
+ font-size: 1.2rem;
+ color: gray;
+ }
+ .details {
+ background-color: #1ab64f;
+ font-size: 1.2rem;
+ padding: 0.5rem 1.5rem;
+ color: white;
+ border: 1px solid #1ab64f;
+ border-radius: 5px;
+ }
+ .hotelDetails .details a {
+ color: white;
+ text-decoration: none;
+ }
+ .details:hover {
+ background-color: green;
+ }
+ .hotelDetails a {
+ text-decoration: none;
+ color: blue;
+ font-size: 1.1rem;
+ }
+ .hotelDetails a:hover {
+ text-decoration: underline;
+ }
+
+ .rating {
+ font-size: 1.1rem;
+ /* background-color: chartreuse; */
+ color: black;
+ width: fit-content;
+ border: 2px solid black;
+ padding: 0.1rem 0.5rem;
+ }
+
+ hr {
+ width: 83%;
+ margin-left: 7rem;
+ }
+
+ /* .hotel1,
+ .hotel2,
+ .hotel3 {
+ width: 25rem;
+ } */
+
+ /* .hotel2 img,
+ .hotel3 img {
+ width: 100%;
+ } */
+ /* .navhotel {
+ height: 102%;
+ } */
+
+ /* footer */
+
+ footer {
+ height: 50px;
+ margin-top: 2px;
+ }
+ .foot {
+ background-color: rgba(27, 27, 27, 0.925);
+ text-align: center;
+ color: white;
+ padding: 20px 0px;
+ }
+ .foot img {
+ width: 2rem;
+ }
+ i {
+ color: #1ab64f;
+ }
+
\ No newline at end of file
diff --git a/webtech project/hotelpage3.html b/webtech project/delhi-itc.html
similarity index 79%
rename from webtech project/hotelpage3.html
rename to webtech project/delhi-itc.html
index a3b5e98..e6087e2 100644
--- a/webtech project/hotelpage3.html
+++ b/webtech project/delhi-itc.html
@@ -11,22 +11,22 @@
@@ -96,12 +96,26 @@
-
+
+
+
+
+
+ Hotels in Delhi
+
+
+

+
+
+
Taj Palace
+
2, Sardar Patel Marg, Diplomatic Enclave, Chanakyapuri, New Delhi, Delhi 110021
+
+
📍View In Map
+
4.8 ⭐
+
+
+
+
+
+
+
+

+
+
+
ITC Maurya
+
Akhaura Block, Bapu dham, Chanakyapuri, New Delhi, Delhi 110021
+
+
📍View In Map
+
4.6 ⭐
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
diff --git a/webtech project/hotelpage2.html b/webtech project/delhi-lalit.html
similarity index 79%
rename from webtech project/hotelpage2.html
rename to webtech project/delhi-lalit.html
index ed1abf0..182f6f7 100644
--- a/webtech project/hotelpage2.html
+++ b/webtech project/delhi-lalit.html
@@ -11,22 +11,22 @@
@@ -96,12 +96,26 @@
-
+
+
diff --git a/webtech project/hotelpage1.html b/webtech project/delhi-taj.html
similarity index 80%
rename from webtech project/hotelpage1.html
rename to webtech project/delhi-taj.html
index dd845f5..c5dc048 100644
--- a/webtech project/hotelpage1.html
+++ b/webtech project/delhi-taj.html
@@ -11,22 +11,22 @@
@@ -96,12 +96,26 @@
-
+
+
diff --git a/webtech project/delhi.html b/webtech project/delhi.html
new file mode 100644
index 0000000..28e28b9
--- /dev/null
+++ b/webtech project/delhi.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
SAMA
+
+
+
+