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

Made changes in the style for of contact and Book file #28

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Siddheshuncodes
Copy link
Contributor

Update contact.css
Background Gradient: I updated the background gradient of the contact-form to create a more visually appealing transition. It now goes from a lighter red (#ff6b6b) at the top to your primary color (#aa5040) at the bottom.

Button Hover Effect: I added a hover effect to the buttons. When you hover over the button, the background color and border color change to a lighter red (#ff6b6b), providing a visual feedback effect. I also added a smooth transition of 0.3 seconds for a smoother change.

Adjusted Button Styling: I removed the color and transition properties from the .btn class to avoid unintentional styling conflicts. These properties were specifically applied to the button elements.

Updated Font: I kept the font-family as 'Poppins' but applied it to the entire document with the font-family property in the universal selector (*). This ensures consistent font usage throughout your page.

Minor Adjustments: I made minor adjustments to the h2 margins and padding for better spacing. I also removed the z-index: 0 and justify-content: center from the contact-form as they were not needed.

Enhanced Background Gradient: I changed the background gradient to have a more visually appealing color transition.

Refined Hover Effect: Added a hover effect to the button for a better user experience.

Minor Styling Adjustments: I made minor adjustments to ensure consistency and a more visually appealing design.

Background Gradient: I updated the background gradient of the contact-form to create a more visually appealing transition. It now goes from a lighter red (#ff6b6b) at the top to your primary color (#aa5040) at the bottom.

Button Hover Effect: I added a hover effect to the buttons. When you hover over the button, the background color and border color change to a lighter red (#ff6b6b), providing a visual feedback effect. I also added a smooth transition of 0.3 seconds for a smoother change.

Adjusted Button Styling: I removed the color and transition properties from the .btn class to avoid unintentional styling conflicts. These properties were specifically applied to the button elements.

Updated Font: I kept the font-family as 'Poppins' but applied it to the entire document with the font-family property in the universal selector (*). This ensures consistent font usage throughout your page.

Minor Adjustments: I made minor adjustments to the h2 margins and padding for better spacing. I also removed the z-index: 0 and justify-content: center from the contact-form as they were not needed.

Enhanced Background Gradient: I changed the background gradient to have a more visually appealing color transition.

Refined Hover Effect: Added a hover effect to the button for a better user experience.

Minor Styling Adjustments: I made minor adjustments to ensure consistency and a more visually appealing design.
added comments to make it more read able 
also make some minor changes in style
i Have linked the Proper HTML files in the footer so that the user can see the pages clearly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant