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

  • Soy-Ibrag 40

    @Soy-Ibrag

    Submitted

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

    Hard to say what I'm most proud of but If I had to choose one thing It would be the way I used Flexbox, It has been one of my biggest struggles so far and I think I did a good Job.

    What challenges did you encounter, and how did you overcome them?

    My biggest challenge was getting the dimensions and scales right for the different screen resolutions, the way I overcame this challenge was by simply inspecting the page and eyeballing the dimensions.

    What specific areas of your project would you like help with?

    • HTML structure;
    • CSS Flexbox;
    • CSS Paddings & Margins.

    @cristian-souza

    Posted

    Nesse trecho deixaria somente o height e não colocaria align-items: center; main{ width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; }

    deixando o código assim main{ height: 100vh; display: flex; justify-content: center; flex-direction: column; }

    Marked as helpful

    0