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

  • @Uceeyjudy

    Submitted

    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 110

    @Asongafac

    Posted

    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 helpful

    1
  • Asongafac 110

    @Asongafac

    Posted

    just do as indicated above by @amar215

    otherwise, you can use the img tag that is: <img src = " " alt = " " >

    Marked as helpful

    0
  • Asongafac 110

    @Asongafac

    Posted

    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 helpful

    0