Design comparison
Solution retrospective
Any feedback on code, is it clean code or this can be done with less lines of code...?
Community feedback
- @tedikoPosted about 4 years ago
Hello, Fawad Mehmood! 👋
Well done on this challenge! Your approach responds well and your code looks straight forward. I would suggest:
- Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility.
- If you would like your code to look clearer read about Block, Element, Modifier. BEM is naming convention methodology that helps you to create reusable components and code sharing in front-end development.
Good luck with that, have fun coding! 💪
1@fawadmehmoodPosted about 4 years agoHi @tediko, Thank you very much for this feedback. I will definitely work on these suggestions.
0 - @brasspetalsPosted about 4 years ago
Hi, Fawad Mehmood! Good job on this challenge - it responds very nicely and you did a great job matching the design! 👍
I have a few quick suggestions to make it even better:
- Adding a
max-width
to your desktop layout to prevent it from getting stretched on large (i.e. 1920px) screens. - Adding
cursor: pointer
as well as a:hover
state to the sign up button would be a nice touch and better show interactivity.
0@fawadmehmoodPosted about 4 years agoHi @brasspetals, Thank you very much for this feedback. I will keep that in my mind.
0 - Adding a
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