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

feat: Add Css for Shadow #1869

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

govindkushwaha626385
Copy link

@govindkushwaha626385 govindkushwaha626385 commented Feb 19, 2025

Fixed #8
Add Css for Shadow

Copy link

vercel bot commented Feb 19, 2025

@govindkushwaha626385 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.

@github-actions github-actions bot added the enhancement New feature or request label Feb 19, 2025
@govindkushwaha626385
Copy link
Author

use ths css code in "styles/hero.module.css" file
.hero__content h2 {
text-shadow: 3px 3px 3px rgba(255, 255, 255, 1); /* Single strong shadow */
}

@govindkushwaha626385 govindkushwaha626385 changed the title add css for shadow A new feature add css for shadow Feb 20, 2025
@govindkushwaha626385 govindkushwaha626385 changed the title A new feature add css for shadow A new feature Feb 20, 2025
@govindkushwaha626385 govindkushwaha626385 changed the title A new feature feat: Add Css for Shadow Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add text-shadow effect to primary heading
1 participant