Design comparison
Solution retrospective
Feel free to give feedbacks!
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Stephen Dueñas! 👋
Good effort on this challenge! 👍
It looks like your card component takes up the entire width and height of the screen. I suggest wrapping all of its elements in a container (which could be
<article>
or a<div>
), giving that container a fixed width and height (roughly the same as that of the card component in the design JPGs—just eyeball it), and the using flexbox to center the card component in the viewport. 😉Otherwise, your solution looks pretty good and responds well! 👏
Keep coding (and happy coding, too)! 😁
0@stephenduenasPosted almost 4 years ago@ApplePieGiraffe Your feedback means a lot to me. I already fix the container just like you said :D thanks man!
0
Please log in to post a comment
Log in with GitHubJoin 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