Design comparison
Solution retrospective
Is it better to attempt to code this solution using grid rather than flexbox?
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi Alex!
I would highly recommend to try finish this challenge using CSS Grid to control the card layout, since the name of this challenge is Single price grid component.
Some feedback:
- For the why us, try to use
ul
andli
instead ofp
- For the
sign up
, I recommend to usea
tag, then you can styled it like a button.
That's it! Hopefully this is helpful!
Marked as helpful1@chillcodemaoPosted over 3 years ago@vanzasetia hi, nice to meet you. Thanks for the review. You are right about grids... I have to get up to speed with grids and the specific syntax. I wanted to start with grid for this challenge but somehow I postponed it :)) and reverted to flexbox which is more familiar. I think you are absolutely right about the ul and a tag instead of paragraphs and div for the button. I'll use this format for the next exercises - thanks again for the feedback.
0 - For the why us, try to use
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