Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created Smooth Transition Hover Effects in Book a Cab/Auto Section #913

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

ShaikHafiza
Copy link
Contributor

#850 Issue is fixed.

Description :

The changes I made involve enhancing the visual experience for a form with hover effects on both the form and the input fields. Here’s a detailed breakdown of the updates:

.review-form:hover Styling:

Transition on Hover: I added transition: background-color 0.3s ease, transform 0.3s ease;, which smoothly changes the background color and transform properties over 0.3 seconds. This provides a nice visual feedback when the form is hovered over.
Box Shadow: The box shadow I applied (box-shadow: 0 4px 8px 0 rgba(13, 71, 216, 0.2), 0 6px 20px 0 rgba(14, 14, 219, 0.19);) gives the form a subtle elevation effect. It creates a feeling of depth with two layers of shadow, one closer and one further, in shades of blue.

Input Fields (#name, #destination, #rating, #review, #complaint):

Initial Border: The input fields are given a base border style with border: 2px solid rgb(187, 124, 202);. This sets a solid purple border around the fields, making them stand out on the form.
Hover Border Effect: When hovered, the border color changes to a slightly darker purple (border: 2px solid rgb(180, 104, 175);). This adds an interactive visual for the user when they focus on or hover over the input fields, making the form more dynamic and engaging.

Here is the Video which shows you the change clearly.

Uploading Untitled video - Made with Clipchamp (5).mp4…

Please review this and merge it.

Thankyou..

Copy link

vercel bot commented Oct 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
buddy-trail ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2024 5:19pm

Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our contributing.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Oct 17, 2024

Deploy Preview for buddytrail ready!

Name Link
🔨 Latest commit b60ee7f
🔍 Latest deploy log https://app.netlify.com/sites/buddytrail/deploys/671147299aff1000087daa61
😎 Deploy Preview https://deploy-preview-913--buddytrail.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@PriyaGhosal PriyaGhosal merged commit 1b84e54 into PriyaGhosal:main Oct 17, 2024
6 checks passed
@PriyaGhosal
Copy link
Owner

@ShaikHafiza
Your pull request has been successfully merged! Don't stop here—continue contributing by addressing more issues and aiming to become a top contributor. Exclusive swag awaits for those who go the extra mile!
Great contribution ! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants