Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
2
Comments
1
Andrej Saule
@ajsaule

All comments

  • Lidia•280
    @lidimi
    Submitted almost 3 years ago

    NFT Card with a little Flexbox

    1
    Andrej Saule•70
    @ajsaule
    Posted almost 3 years ago

    I noticed that below your 800px breakpoint the image is off-center, it would be worth looking into using flexbox to fix the alignment of the hero image.

    .card {
        width: 95%;
        display: flex;
        flex-direction: column;
    }
    

    I would also give the image a min-width: of pixels so that it doesn't resize to be too small on the desktop view.

    Here is a good resource for learning the basics of flexbox

    Otherwise, great job, looks good :D

    Marked as helpful
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