@JhonyDomingosSubmitted about 2 years ago
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
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
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;}