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

  • P
    Mihai Chirilov• 140

    @MihaiChirilov

    Submitted

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

    I am proud to have managed to complete this small project in my first try. Next time I will try deploying the code to a different hosting provider.

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

    I have not encountered any serious challenges as this is a simple project. I had small issues with the correct css properties. I have overcome these by looking up on the internet the correct usage of those CSS properties.

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

    I do not need help with this project.

    @ankkiel

    Posted

    Hello, @MihaiChirilov!

    Your project looks great!

    I have just some suggestion:

    • use margin: 0 for body to reset indents
    • use flexbox for centering qr-code
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    

    I hope this is helpful!

    Other than that, great job!

    Marked as helpful

    0