Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
1
Comments
1

George

@georgeloweUK10 points

G

Latest solutions

  • 3-Column Preview Card Component (Flexbox)


    George•10
    Submitted about 4 years ago

    2 comments

Latest comments

  • Jason Nham•20
    @JasonNham
    Submitted about 4 years ago

    3 Column Preview Card with CSS Flexbox

    2
    George•10
    @georgelowe
    Posted about 4 years ago

    Hey Jason with regards to corner rounding of the cards you might want to do this:

    .orange.card { border-radius: 10px 0px 0px 10px; }

    .very-dark-cyan.card { border-radius: 0px 10px 10px 0px; }

    Then do a media query for when they are displayed vertically like so:

    .orange.card { border-radius: 10px 10px 0px 0px; }

    .very-dark-cyan.card { border-radius: 0px 0px 10px 10px; }

    That way, when the cards are next to each other the left two corners of the orange and right two corners of the dark card are rounded, but when vertical its the top and bottom two instead

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

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