
Design comparison
Solution retrospective
- Setting height on body to make it centered on the horizontal axis
- Remove focus ring with
outline: none;
Community feedback
- @BasselfathyPosted 5 months ago
Goodjob Kamal for completing this challenge✅
For centering Items inside parent's container, you can use a shorthand called
place-items: center
instead ofalign
andjustify
properties to minimize the code.Excuse my curiosity but, why did you remove the outline of the links?
Marked as helpful1@kmlrdzwnPosted 5 months ago@Basselfathy Woah, thanks for the
place-items: center
tips.I did that in order to remove the focus ring on my browser (Firefox) when selecting the buttons using keyboard or Tab.
1
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