Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Jack Phatโ€ข 200

    @PhatJack

    Posted

    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.

    0
  • @dashaunn

    Submitted

    Hey frontend mentor community! ๐Ÿ‘‹

    Does anyone have any resources on deploying React projects to GitHub?

    • It took me a while to figure out how to deploy this, and I'd love to do this in a more organized manner.

    Please feel free to add any advice you have!

    Thank you!

    Jack Phatโ€ข 200

    @PhatJack

    Posted

    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

    2