Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @Meseriasul19

    Submitted

    What are you most proud of, and what would you do differently next time?

    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.

    Hacklie 80

    @Hacklie

    Posted

    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