@kjoudahSubmitted almost 2 years ago
ASM
@ahmed-sabbah-mohamedAll comments
- @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