Design comparison
SolutionDesign
Community feedback
- @Olumide2596Posted about 2 years ago
Hi, there, I went through your code and it seems you've not got to learning flexbox or grid yet. if you have, it will be nice to use it for this project, if not, nice job pulling this off, and be sure to try it again when you do learn flexbox.
Also, it's better to wrap all the divs in a container like this:
<body> <main> <div class='container'> </div> </main> </body>
0
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