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

  • @Prabhashg

    Submitted

    The contents in the container are flowing outside in vertical direction when screen is squeezed in vertical direction. Is that need to be fixed? If yes, how? Please help me with this!!

    Sebastian 290

    @SebBudynski

    Posted

    Hello 👋. Congratulations on successfully completing the challenge!

    I believe the content is overflowing because you've set a fixed height on it, and this height is smaller than the content. It might help if you use min-height instead of height in the .container.

    Happy coding!!

    0
  • Sebastian 290

    @SebBudynski

    Posted

    Hello,

    Your repository is set to private or doesn't exist.

    Anyway, good job with the challeng 👋

    Marked as helpful

    0
  • Sebastian 290

    @SebBudynski

    Posted

    Hello there 👋. Good job on completing the challenge !

    I have suggestions about your code that might interest you.

    • The 'max-width: 1440px;' property in the 'body' - you don't need this line. I have a larger screen, and as a result, the content is not centered
    • It's a good practice to use 'rem' units instead of pixels for font sizes and dimensions in your content. This ensures better scalability and accessibility.

    I hope it helps!

    Happy coding!

    Marked as helpful

    0