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

  • @ayeniOlaloluwa

    Posted

    Congratulations on completing this challenge. You can place your design perfectly in the middle of the page by using flex. Body { Display: flex; Justify-content: center; Align-items: center; Min-height: 100vh; }

    The above code should align the contents to the center

    Marked as helpful

    0
  • Benny Heo 30

    @bennyheo

    Submitted

    Attempt 2. There seems to be accessibility issues. Can anyone explain what this is?

    Document should have one main landmark Context:

    <html lang="en">

    Page should contain a level-one heading Context:

    <html lang="en">

    All page content should be contained by landmarks Context:

    <div class="container">

    @ayeniOlaloluwa

    Posted

    Hi, try making the image smaller. Not too small though and add space(margin) between the heading and paragraph texts

    1