Design comparison
Solution retrospective
i made this website with desktop first media query for responsive,I want to use mobile first could you suggest free tutorials for me
Community feedback
- @imadvvPosted about 1 year ago
Greeting Hanem Naga! Congratulations for completing this challenge!, ššš.
this https://web.dev/learn/design is a great resource for Learning Responsive Design!
also I take a look at your code and you did great job, but you may want to addcursor: pointer;
to the buttons, because for some reason buttons don't have cursor pointer by default.button { cursor: pointer; }
but overall good attempt, Happy Codding
Marked as helpful0@hanemNagaPosted about 1 year ago@imadbg01 thank you so much for reviewing my code I'll add cursor:pointer; to my buttons it's really an insightful tip.
0
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