Enhance Contact Form with Hover Effects and Responsive Design Adjustments #456
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Title:
Enhance Contact Form with Hover Effects and Responsive Design Adjustments
Description:
This PR includes updates to improve the user experience on the contact form through hover effects, size transitions, and responsive design changes.
Key Changes:
Hover Effect with Size Transition:
textarea
. When hovered, fields scale slightly (scale(1.05)
), providing users a visual focus cue.box-shadow: 0 0 5px 1px rgba(0, 255, 0, 0.5)
.scale(1.05)
) with a similar green glow for better interaction feedback.Reduced Glow Intensity:
box-shadow
spread to5px
and decreasing opacity to ensure a more subtle effect without being distracting.Responsive Design Improvements:
Form Input Enhancements:
border-color: #00ff00
).transition: all 0.3s ease-in-out
on both inputs and the submit button.Retained Original CSS Structure:
fixes: #445