@Merlyn-WebSubmitted over 1 year ago
Abubakar Tanko
@Abubakar-TankoAll comments
- @Abubakar-TankoPosted over 1 year ago
@Merlyn Web congratulation on completing your first challenge. Please take note, your <div class="attribution"> should have been outside your <div class="container"> and then make the 'body' of your html page display="flex" then Flex-direction="column". Just like this: body{ min-height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; background-color: hsl(212, 45%, 89%); } I hope my feedback is helpful :) Good luck on your next challenge @Merlyn Web
Marked as helpful0