@AkinfolaSubmitted about 2 years ago
I found it difficult to align my design to the center of the screen🤦♂️
I found it difficult to align my design to the center of the screen🤦♂️
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
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">Hi, try making the image smaller. Not too small though and add space(margin) between the heading and paragraph texts