Submitted over 2 years ago
Responsive landing page using CSS Flex Properties
@Munesh-Code
Design comparison
SolutionDesign
Community feedback
- @Dust1100010Posted over 2 years ago
What a good job dude! 🥳 You have to use
<main class="container"></main>
after <body>. This gonna be the size of all content included the footer. To center the container use this:height: 900px; width: min(1000px, 100%);
Also you have to put a footer for good practice
<footer><div class="attribution"></footer>
And then you can code the rest as you have already. That´s it, Hope it was helpfull to you ✌1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord