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

  • Anosh Sohail• 230

    @AnoshSohail

    Posted

    Hey, The image isn't showing up. Try this code <img src="./images/image-qr-code.png" alt="Front-end development qr">

    Marked as helpful

    0
  • Anosh Sohail• 230

    @AnoshSohail

    Posted

    Hey, Good job on finishing this project.

    1. The margin on the <p> element is coming from the .paragraph class. You have set the margin-bottom:25px.
    2. There is another cancel order present at the top left corner of the screen.
    0
  • Anosh Sohail• 230

    @AnoshSohail

    Posted

    Hey, Good job on finishing this project. There is one thing which will improve your HTML code. Use semantic HTML For example instead of <div class= qrcode-box> use <main class="qrcode-box"> Same for <div class = "attribution"> use <footer class=attribution>

    Marked as helpful

    1
  • Anosh Sohail• 230

    @AnoshSohail

    Posted

    Hey,

    1. Using h1 tag to point the main heading of the page is important to improve accessibility. so instead of <h4> Join our community </4>. use h1 tag <h1> Join our community </h1>
    0
  • Anosh Sohail• 230

    @AnoshSohail

    Posted

    Hey, You have uploaded the wrong live site URL. Please update the URL and generate the screenshot again. 😊

    0
  • Anosh Sohail• 230

    @AnoshSohail

    Posted

    Hey, You have uploaded the wrong live site URL. Please update the URL and generate the screenshot again. :)

    0
  • Anosh Sohail• 230

    @AnoshSohail

    Posted

    Hi, Maybe that's because of font-family.

    Try this

    body{ font-family: 'Lexend Deca', sans-serif; }

    Marked as helpful

    0
  • Anosh Sohail• 230

    @AnoshSohail

    Posted

    Well done :)

    0