Design comparison
Solution retrospective
I managed to center the container in the right place giving the appropiate measures
What challenges did you encounter, and how did you overcome them?I found it difficult to center the list elements and i gave them a padding. I don't know where is the problem, i used flexbox but the text-align command didn't worked.
What specific areas of your project would you like help with?Some advice about a proper centering and right units to used would help me a lot.
Community feedback
- @HackliePosted 8 months ago
I found it difficult to center the list elements and i gave them a padding. I don't know where is the problem, i used flexbox but the text-align command didn't worked.
If you use Flexbox and you want to center something, don't use text-align. Use justify-content: center and align-items: center.
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