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

  • @Stack-Mm

    Posted

    any better criticism is welcome :D

    0
  • Darren 120

    @DarrenBerg1

    Submitted

    A few questions I have, for things that I found difficult.

    What was the best way that you found, to center the QR code? How did you make your webpage responsive?

    @Stack-Mm

    Posted

    to center the QR code i use display:flex; justify-content:center; //Center the code vertically align-items: center; //Centle the code horizontally

    to make the page responsive I did it by using Media Queries :D

    1