CSS, HTML, Javascript, BEM

Solution retrospective
I tried my best to use BEM. I would really appreciate tips and tricks and how to make my code better.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Yemisrach15
Good job Vinay!
Here's a suggestion
- Your solution does not seem to be responsive at some breakpoints because you've given a fixed size for the
form
class. I suggest you use a combination ofwidth
andmax-width
to make it responsive.
Marked as helpful - Your solution does not seem to be responsive at some breakpoints because you've given a fixed size for the
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