
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of my progress
What challenges did you encounter, and how did you overcome them?I was tired of solving fetch problems on GitHub, and luckily, the issue solved itself.
What specific areas of your project would you like help with?- When buttons are clicked, the borders expand, and I’m not sure why.
- I can't scroll down when the warning appears.
Community feedback
- P@Wannika123Posted 3 months ago
Congratulation on finishing the project, it's very good.
For your 1st question, the button expands when it has borders because the button doesn't have explicit height, it has only paddings. So when it has borders, the button has BOTH padding and border width.
(I faced this problem as well when I did this project.)
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