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

  • Jhonatan 90

    @JhonyDomingos

    Submitted

    I would like to know more about the best pratices ? ( if you can check my code ) accept any suggestion about my code, if you check I appreciated

    @Effyz1228

    Posted

    Hi Jhonatan,

    I liked that you used flex box for the layout. I found one typo in your code. The last line, you typed 0,3rem instead of 0.3rem. Please check the code snippet below. Overall, I think you did good!

    .qr-code { display:flex; border-radius: 0.8rem; background-color: hsl(0, 0%, 100%); padding: 0.5rem; margin: 0,3rem auto;}

    Marked as helpful

    0