responsive huddle landing page

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @imadvv
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 helpful
Join 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