I should have started practicing earlier. After a long tutorial hell for 2 year, I am unable to build a simple QR code as per standards. Please do not refer me to another tutorial, I just need to practice more. Feedbacks would be appreciated.
Asongafac
@AsongafacAll comments
- @UceeyjudySubmitted over 1 year ago@AsongafacPosted over 1 year ago
keep practicing, but bear in mind the basics are very strong in any form of coding. be sure to know how to send a major div at center of screen ( display flex, height 100vh, width 100vw, align item center, justify-content center ... all this properties to the body )
i will deeply advice you check the code given above by @Ratified
Marked as helpful1 - @Krishna4563Submitted over 1 year ago@AsongafacPosted over 1 year ago
just do as indicated above by @amar215
otherwise, you can use the img tag that is: <img src = " " alt = " " >
Marked as helpful0 - @aleafernandesSubmitted over 1 year ago@AsongafacPosted over 1 year ago
your background color is quite not matching to the light grey color assigned body{ hsl(212, 45%, 89%) }
also, instead of making your words wrapped, its convenient to use the style .container{ text-align: center }
Marked as helpful0