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

  • José Mama 150

    @codesByJose

    Submitted

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

    being able to arrange the divs so that it doesnt displace its content on different screens

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

    first challenge was trying to make a repository to github.. was pretty difficult. Id like to think its the most exciting part of this project for me... and also after hosting it to github... the images didnt load also, so i had to go in search of everything that could possibly be going wrong with it. It was exciting to know that, all the images used were supposed to be in a folder so that git hub doesnt just access any how but by folder, so im sure to not make this error next time. I was also able to utilize my margin and padding properly without using them out of proportion

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

    All feedbacks are welcomed

    P
    Marius 30

    @mvStadenProjects

    Posted

    On your QrcodeContainer class, div's are already block level elements. Which will stack them underneath each other. You can remove the flex-direction:column on your QrcodeContainer. It doesn't do anything.

    Marked as helpful

    0