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

Add Gradient Shadow and Effect to Hero Section Image #1675

Closed
wants to merge 1 commit into from

Conversation

megh-bari
Copy link

@megh-bari megh-bari commented Sep 15, 2024

What does this PR do?

This pull request adds a gradient shadow and effect to the hero section image feature on the website.

Fixes #1638

issue.resolve.mp4

Type of change

  1. Adding a relative inline-flex group to the hero image column
  2. Adding an absolute transition-all duration-1000 opacity-70 inset-px bg-gradient-to-r animate-pulse hover:animate-none from-[#44BCFF] via-[#FF44EC] to-[#FF675E] rounded-full blur-lg group-hover:opacity-100 group-hover:-inset-1 group-hover:duration-200 class to create the gradient shadow effect
  3. Wrapping the image in a relative z-10 div to ensure it appears on top of the gradient

How should this be tested?

  • Start the development server and navigate to the homepage
  • Verify that the hero section image has a gradient shadow effect that animates on hover
  • Test the layout and responsiveness on different screen sizes

Mandatory Tasks

  • Self-reviewed the code

Copy link

vercel bot commented Sep 15, 2024

@megh-bari is attempting to deploy a commit to the Piyush Garg's projects Team on Vercel.

A member of the Team first needs to authorize it.

@megh-bari megh-bari closed this by deleting the head repository Sep 16, 2024
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.

[FEAT] : Add Gradient Shadow and Effect to Hero Section Image
1 participant