Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
13
Comments
1
Shaik Firdos
@shaikfirdos786

All comments

  • Guilherme Henrique•30
    @GuilhermeHenrii
    Submitted about 2 years ago

    Flex box, css, html, js

    3
    Shaik Firdos•220
    @shaikfirdos786
    Posted about 2 years ago

    Hi bro,

    First of all thank you, because your javascript code helped me alot.

    I would like to suggest something about positioning.

    Instead of using position in your code

    you can use flex or grid to position the card

    body { display: flex;

    flex-direction: column;
    
    align-items: center;
    
    justify-content: center;
    
    height: 100vh;
    

    }

    This will position the card in center .

    overall the code is nice and helped me alot to complete the challenge.

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub