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
Your session has expired please log in again.
Your session has expired please log in again.
Not Found

All comments

  • Faheem ismail• 210

    @faheem4545

    Posted

    Congratulation you have completed your first project

    you should use semantic element like <header> or <main> instead of using <img> tag try <picture> tag it is more beneficial in responsive design and everything is looking great

    You should always use semantic element

    <main> <div class="card col-2"> <picture> <source media="(min-width:650px)" srcset="images/image-qr-code.png"> </picture> <h3>Improve your front-end skills by building projects</h3> <p> Scan the QR code to visit the front-end mentor and take your coding skills to the next level </p> </div> </main>
    0