@WendkunicodeSubmitted 10 months ago
Hi! I hope you are fine. My second challenge on front end mentor. Happy to see that i am improving thanks to your advice. Please give me your opinions and advice on this code again. Thanks a lot.
Hi! I hope you are fine. My second challenge on front end mentor. Happy to see that i am improving thanks to your advice. Please give me your opinions and advice on this code again. Thanks a lot.
Hi there, I think you should center your card by using
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
And the box-shadow, based on the design you don't have to blur it. You just need to adjust the x and y positions.
Hey frontend mentor community! π
Does anyone have any resources on deploying React projects to GitHub?
Please feel free to add any advice you have!
Thank you!
I frequently use Vercel and Netlify to launch websites.
You can try it
About the Preview Site, I see that the text "Published ..." is gone
Try to fix that