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

  • @tejasva-087

    Posted

    Hello there, First of all well done on completing your first challenge! But you forget about two things

    1. Thr font
    2. line breaks

    The font is given in the style-guid.md to use that you need to learn how to use google fonts and secondly in this case if your content is not looking as it is supposed to you can make it look like yours by using <br> tag in html to break lines.

    Scan the QR code to visit Frontend<br /> Mentor and take your coding skills to<br /> the next level

    like this

    0
  • Ted Rinquest• 440

    @climb512

    Submitted

    This was a great, simple project to help me work out my workflow questions around Visual Studio, the Git command line and Github, and to solve a few basic css layout solutions. My first experience with Frontend Mentor has been very valuable -- Thanks to everyone involved!

    @tejasva-087

    Posted

    Hello there, I refered to your code and in the body section instead of using min-height: 100vh; min-height: 100dvh; you could have just used height: 100vh; it would work perfectly

    1