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

  • djklive 60

    @djklive

    Posted

    Hello

    Great jog on this challenge.

    a part from the difference of the height between your solution and the design, i think it is perfect

    0
  • djklive 60

    @djklive

    Posted

    Although it is just a little bigger than the design congratulation on completing the challenge

    0
  • djklive 60

    @djklive

    Posted

    Hello there. You did a great work !

    I have a suggestions.

    Your solution is a bit different compared with the design so i propose you can modify a bit the width and the height of your article so that it can match the design.

    I hope you fine it helpful.

    Good time coding

    Marked as helpful

    0
  • djklive 60

    @djklive

    Posted

    Hello there . i have a suggestions : To center horizontally your qr-container you give a height to the body and use the css properties display: flex and align-items: center Here is an examples

    body {
    height : 100vh;
    display: flex;
    align-items: center;
    }
    

    I hope you find it useful

    0