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

  • LoveAhir 10

    @LoveAhir

    Submitted

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100&display=swap" rel="stylesheet"> <link rel="stylesheet" href="styles/index.css"> <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png"> <title>Frontend Mentor | QR code component</title> </head> <body> <section class="main-body"> <div class="outer-div"> <img src="images/qr.png" alt="qr-code"> <h3>Improve your front-end skills by building projects</h3> <p>Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p> </div> </section> <footer> <div class="cta"> <p>Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.</p> <p>Coded by <a href="#">@LoveAhir</a></p> </div> </footer> </body> </html>
    vraj1091 80

    @vraj1091

    Posted

    To remove warnings please put your all containt of body in the main tag and please remove border from css for that please use css property borfer:none;

    0
  • vraj1091 80

    @vraj1091

    Posted

    For removing warning please use one h1 tag in your code for removing error edit your code check if you use div or any other tag between ul and li so put ul tag under div or other tag thats how your error would be reomved

    Marked as helpful

    0
  • vraj1091 80

    @vraj1091

    Posted

    It is just perfact one please try to add minimum one heading tag in every page because of that web browser can find content easily using heading tag

    0
  • vraj1091 80

    @vraj1091

    Posted

    please make some change color in text lower side so that text can visible properly

    Marked as helpful

    0