Design comparison
SolutionDesign
Solution retrospective
This is my solution for this challenge. I hope you guys like it and have some feedback so I can improve my skills. Have nice day ^^
Community feedback
- Account deleted
I have some improvements to your solution
- in the .container {} class you declared try to add a padding
.container { // if you add this it will make your solution quite perfect padding: 0 0.6rem; }
- when it comes to the <button> you should always used the cursor property why
button { // with this you're telling to the user that the button you declared is click able. // without this it implies that the button you declared is not click able. cursor: pointer; }
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