Design comparison
Solution retrospective
The completion of the project
What challenges did you encounter, and how did you overcome them?N/A
What specific areas of your project would you like help with?Any and all feedback is welcomed.
Community feedback
- @krushnasinnarkarPosted 4 months ago
Hi @Si1entERA,
Congratulations on successfully completing the challenge! Your code is well-structured, and the website works perfectly across different screens.
I have a suggestion regarding your code that I believe will be of great interest to you.
For the
.answer
class, you didn't give left and right padding, which causes the content inside to touch the border. On small screens, it even gets out of the.answer
container. You can add some padding, such aspadding: 8px;
, to fix this issue..answer { padding: 8px; }
Everything else works great!
I hope you find this helpful, and I would greatly appreciate it if you could mark my comment as helpful if it was.
Feel free to reach out if you have more questions or need further assistance.
Happy coding!
Marked as helpful0
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