Functional programming and media query in css.
Design comparison
Solution retrospective
Well, I'm a beginner so I imagine that there are many better ways to implement the code, I didn't have big problems doing the project but I had some doubts that I'll separate to make it easier.
-
We had to develop following the widths: 375px and 1440px. But I just added a media query (max-width: 375px) and changed what I thought was necessary. I didn't use a media query (max-width: 1440px) because then I would have to rewrite all the styles, or not?
-
I imagine that the way I used to get the user's data and treat it was not the most ideal way, do you know a better way?
Community feedback
- @iArmanKarimiPosted over 1 year ago
Great job on completing the functional programming and media query in CSS coding challenge. Your solution looks good. As a beginner, it's natural to have doubts about implementation, but you've done well. In terms of user data handling, there are various approaches to consider. Keep up the good work. Happy coding.
Marked as helpful1 - @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge
Keep up the good work
Your solution looks great however I think that the description needs to have more opacity.
In terms of accessibility issues simply wrap all your content between main tags
I hope this helps
Cheers Happy coding ๐
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