From a9db06f72f0bebed4430acc22b49cc3ed2756eda Mon Sep 17 00:00:00 2001 From: Jivan052 Date: Mon, 13 Jan 2025 22:19:36 +0530 Subject: [PATCH] Created feedback page --- Css-files/feedback.css | 44 +++++++++++++++++++++ Html-files/feedback.html | 85 ++++++++++++++++++++++++++++++++++++++++ index.html | 1 + script/feedback.js | 42 ++++++++++++++++++++ 4 files changed, 172 insertions(+) create mode 100644 Css-files/feedback.css create mode 100644 Html-files/feedback.html create mode 100644 script/feedback.js diff --git a/Css-files/feedback.css b/Css-files/feedback.css new file mode 100644 index 00000000..67b8fca8 --- /dev/null +++ b/Css-files/feedback.css @@ -0,0 +1,44 @@ +body { + background: #f6c7c3; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; +} + + .feedback-form { + background: #fff; + font-family:Georgia, 'Times New Roman', Times, serif; + padding: 20px; + border-radius: 8px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + width: 400px; + } + + .rating { + display: flex; + gap: 5px; + cursor: pointer; + } + + .rating i { + font-size: 1.5rem; + color: #ccc; + } + + .rating i.active { + color: #f39c12; + } + + .submit-btn { + background-color: rgb(138, 37, 37); + color: white; + border: none; + } + + .submit-btn:hover { + background-color:rgb(125, 23, 23); + color: white; + } + + \ No newline at end of file diff --git a/Html-files/feedback.html b/Html-files/feedback.html new file mode 100644 index 00000000..a1847ad4 --- /dev/null +++ b/Html-files/feedback.html @@ -0,0 +1,85 @@ + + + + + + Retro + + + + + + + + +
+
+ + Back to home + + +
+ +
+
+
+ Share your thoughts with us. +
+ would love to hear from you. +
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 0155d73b..1af7d9d8 100644 --- a/index.html +++ b/index.html @@ -1137,6 +1137,7 @@

Downlo Cart Museums Share Experience + Feedback