Design comparison
Solution retrospective
I used CSS positioning to get the result, I will be open to other methods like flexbox to achieve similar result.
Community feedback
- @mubizzyPosted over 2 years ago
Excellent job on this challenge! your report has a few issues though:
- wrap everything in your body in
<main>
or use semantics
2. it is a best practice to use both HTML 5 and ARIA landmarks to ensure all content is contained within a navigational region.
Hope it helps:)...don't forget to mark it as helpful 👍
You can get more details here...click here
Marked as helpful1@saogijiPosted over 2 years ago@mubizzy Wow thank you, I'll take note of the corrections and improve on it.
0 - wrap everything in your body in
- @Maiqel1Posted over 2 years ago
this looks incredible! and yes, flexbox is a very handy tool once you get the hang of it and would make a project like this so much easier
1@saogijiPosted over 2 years ago@Maiqel1 Thank you! Can you kindly recommend a good source I can learn more about flexbox, seen to be having trouble understanding the usage.
0@JonyangoPosted over 2 years ago@saogiji You can go through this MDN article; they give a very detailed introduction to flexbox. This is also very good for beginners. Finally, you can use the flexbox froggy game to cement what you have learned.
Marked as helpful0@Maiqel1Posted over 2 years ago@saogiji yes! This is a very easy to understand flexbox tutorial that helped me a lot Flexbox tutorial by traversy
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