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

  • @farwaayunis

    Submitted

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

    i would like to use js qr library instead of static image to implement it.

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

    github pages was a new thing and it took me sometime to upload my project as instructed.

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

    i woud like to learn react and angular js and implement same chunck of code in it.

    @farwaayunis

    Posted

    Thanks a alot .Really helpful . I am looking forward and practiing my skills more to achieve better results.

    1
  • fhelix09 40

    @fhelix09

    Submitted

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

    I most proud of that I am able to do the first challenge.

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

    The most challenging that I encounter on this challenge was to center the QR design. I overcome this by searching on how I can make that kind of design I have tried the margin auto and change to position:absolute, I get the exact design using on web but when I tried it on the mobile I don't it was not on the center, lucky I saw a post about using the transform: translate that is how I am able to get the exact design.

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

    I would like to know if ever there is another way to center it, I use this codes to achieve my design

    position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);

    @farwaayunis

    Posted

    THanks front end mentor

    0