Design comparison
SolutionDesign
Solution retrospective
Any feedback is appreciated!
Community feedback
- @joelsalmeidaPosted about 3 years ago
Good job Rafael. I have a tip to make everything even better.
The text of the button does not appear centered. How about adding a single value to the entire padding of the button?
e.g.
padding: 1em;
You can also achieve the optimal size by adding horizontal and vertical padding. "Using only two values. So you don't need to use
width
."e.g.
padding: 1em 3em;
"1em vertically and 3em horizontally"Hope this helps. Keep coding! ;)
Marked as helpful1@12afaelPereiraPosted about 3 years ago@joelsalmeida Thanks for your feedback. I'll try to improve it with your tips. It helped a lot.
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