Design comparison
SolutionDesign
Solution retrospective
Excited to complete my first project. I know my code may not be the neatest and may be a bit janky but I would appreciate feedback as well as constructive criticism. Thank you!
Community feedback
- @MarkoNikolajevicPosted over 3 years ago
Hi Orkhai
You did a great job as a first challenge! Your solution is responsive and everything works well.
I've a few suggestions for you
- You don't need to set the width on the body
- You could add some
transition
on buttons to have a smoother hover effect. If you decide to di that you should addborder: 1px solid transparent
on your buttons because you have a border on hover and this will make a better effect
Anyway you good job and keep on coding with fun :)
0@orkhaiPosted over 3 years ago@MarkoNikolajevic thanks a lot, I’ll take note and work on it. Appreciate the feedback!
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