Design comparison
SolutionDesign
Solution retrospective
Feedback welcome over areas of improvement and best practices.
Community feedback
- @BadGuitarist07Posted 11 months ago
Ten cuidado con la img de fondo, ya que no está ocupando el 100% de la pantalla, de resto, muy buen trabajo.
1 - @danielmrz-devPosted 11 months ago
Hello @tanyas27!
Your project looks great! I liked that you added a background color shift when the question gets hovered over.
I have just one tip for improvement:
- Since the question and the plus/minus icons are clickable elements, it's a good practice to add
cursor: pointer;
to them.
I hope it helps!
Other than that, you did a great job!
1@tanyas27Posted 11 months agoHello @danielmrz-dev
Thank you for your valuable feedback! Added
cursor: pointer;
to the code.Best Regards.
0 - Since the question and the plus/minus icons are clickable elements, it's a good practice to add
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