Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm glad I used CSS Grid this time. I've used it before, but not many times.
I was using it for the price component layout:
What challenges did you encounter, and how did you overcome them?@media only screen and (min-width: 600px) { .price-component { display: grid; grid-template-columns: 1fr 1fr; } #join-our-community { grid-column: 1 / 3; } }
Not this time.
What specific areas of your project would you like help with?Any feedback would be fine.
Community feedback
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