From 43c85fdbde7d6dd1807f6a9aff283cdaa62a3a61 Mon Sep 17 00:00:00 2001 From: Bhumika Date: Tue, 8 Oct 2024 10:58:24 +0530 Subject: [PATCH] UI ENhanced --- index.html | 77 ++++++++++++++++++++++++++++-------------------------- style.css | 46 +++++++++++++++++++++++++------- 2 files changed, 76 insertions(+), 47 deletions(-) diff --git a/index.html b/index.html index 8ac9e068..4ca9fcc7 100644 --- a/index.html +++ b/index.html @@ -528,43 +528,46 @@

Contact US

-

User Reviews and Ratings

-

- Read what others have to say about their experiences with various - destinations, hotels, flights, and activities. Share your own reviews - and help fellow travelers make informed decisions. -

- -
-

Leave a Review

-
- - - - - - - - - - - - - - - -
+
+
+

Rate your experience

+

+ Read what others have to say about their experiences with various + destinations, hotels, flights, and activities. Share your own reviews + and help fellow travelers make informed decisions. +

+ +
+
+ + + + + + + + + + + + + + +
+
+
+
diff --git a/style.css b/style.css index 5a624c39..be09b81c 100644 --- a/style.css +++ b/style.css @@ -588,25 +588,48 @@ body.dark-mode { border: 1px solid #0056b3; /* Darker blue border */ } + /* user rating */ .reviews-section { padding: 50px; - background-color: #f4f4f4; + background-color: #F0F8FF; + +} +.revieww{ + display: flex; +justify-content: center; + +} + +.review-p{ + font-size:small; + color:#543db0; + font-style: italic; + font-weight: 500; } .reviews-section h2 { - font-size: 2em; + font-size: 3em; margin-bottom: 20px; } .review-form { - background: white; - padding: 20px; + background: #CCE9F9; + padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); margin-bottom: 30px; + display: flex; + flex-direction: column; + width:40vw; + align-items: center; + justify-items: center; } +.form{ + margin-top: 10px; + width:30vw; +} .review-form h3 { font-size: 1.5em; margin-bottom: 15px; @@ -632,17 +655,20 @@ body.dark-mode { } .review-form button { - background-color: #007bff; - color: white; - padding: 10px 15px; + background-color: #F7D160; + padding: 10px 30px; border: none; - border-radius: 5px; + border-radius: 30px; cursor: pointer; transition: background-color 0.3s; + color:black; + font-size:14px; + } -.review-form button:hover { - background-color: #0056b3; +.form-button{ + text-align: center; + } .reviews-list {