Design comparison
SolutionDesign
Community feedback
- @ahmed-sabbah-mohamedPosted almost 2 years ago
@KaramEl-loh great work moreover you can use landmarks in your html file. You can put 3 cards in one main tag and inside this main tag you can put 3 sections with class (card) like this :
<main class= "container"> <section class="card"> //content </section> <section class="card"> //content </section> <section class="card"> //content </section> </main>0@kjoudahPosted almost 2 years ago@ahmed-sabbah-mohamed Thank you Ahmed! I appreciate your feedback!
Will definitely use more semantic HTML in my future challenges!
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