@TatianarangocSubmitted over 2 years ago
How can I center the qr code Desktop: 1440px?
How can I center the qr code Desktop: 1440px?
body{ add : padding: 0; delete : width: 100% } .section{ delete : margin: 5% 5%; and border-radius: 5%; replace with : margin: 60px auto; and border-radius: 10px; } 375px and low: .section { width: 200px; height: 400px; }
I used desktop-first approach for this, and now I know for sure that mobile-first approach is best.
Please let me know what I can do to improve.