Design comparison
SolutionDesign
Solution retrospective
Adaptability to responsive mobile devices seems a bit difficult to me, I have to improve since I don't have clean code with good practices.
Community feedback
- @matiasluduena23Posted 12 months ago
Hi Adonay Aragón’s! Good work You can tried mobile first approach in other challenge. I recommend to you trying to do it without any framework, just Vanilla CSS. So you can focus on the css.
- In this challenge you can add a max-width in your card media query.
@media (max-width: 768px) { .card { flex-direction: column; max-width: 400px; } }
Good code!
Matias
Marked as helpful1
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