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

  • @sanketcharanpahadi

    Posted

    1. Always wrap your main content inside the <main></main> tag like this
    <main><img src="image-qr-code.png" alt="QR code" width="250" height="250"> <p class="p1"><b>Improve your front-end <br> skills by building projects</b></p> <p class="p2">Scan the QR code to visit Frontend <br> Mentor and take your coding skills to <br> the next level</p> </main>

    2.don't use inline styles as you have done in the <img> element 3. use relative widths and max-width property. 4. set the font family inside the body element .

    Marked as helpful

    0
  • @chioreanradudandan

    Submitted

    I'm not sure why my font family doesn't work as expected. Any feedback is appreciated. ✌🏻

    @sanketcharanpahadi

    Posted

    Your font family is not working because you have put "."(dot)html in the style.css file , remove the dot so that the html is considered as an element not as a class.

    2
  • @sanketcharanpahadi

    Posted

    Thank you for resolving my issue.

    0