Design comparison
SolutionDesign
Solution retrospective
I also added active buttons
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. Just one thing, the page is not responsive. You can do this with media query. If you add this media query the page will be responsive, but you still have to adjust some other things to make it look good.
@media only screen and (max-width: 860px) { .card-main { flex-direction: column; } }
Marked as helpful1@Nikolai-NikolinPosted over 1 year ago@hitmorecode Oh, thanks for your advice! I only started my education, so i'll gain experience)
0@hitmorecodePosted over 1 year ago@Nikolai-Nikolin Just keep going, there will be moments that you will get frustrated, but hang in there 👍 and keep coding
Marked as helpful0
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