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

Submitted

3-column preview card component

#accessibility
Ali 260

@AleksHNZ

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Feedback will be appreciated :)

Community feedback

darryncodes 6,430

@darryncodes

Posted

Hi Ali,

Awesome solution, really well done!

  • I noticed the border-radius is not showing on one side of the design, you could add overflow: hidden; to .container to resolve this
  • Your buttons are jumping slightly, this is because you're adding the border on hover. Try swapping it to before the hover to fix it
  • I wondered if you considered switching the design to a column for the mobile view. You could use flex-direction: column; and a media query

You might find these resources useful:

All the best!

Marked as helpful

1

Ali 260

@AleksHNZ

Posted

@darryncodes thanks a lot brother :)

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord