Submitted almost 3 years ago
Basic React composition, semantic html and BEM css naming conventions
@iamindika
Design comparison
SolutionDesign
Solution retrospective
Please let me know if I could have structured my html more semantically or named my css using BEM any better. If you notice any improvements I could make on my use of react I would greatly appreciate that feedback as well! Thanks!!
Community feedback
- @anoshaahmedPosted almost 3 years ago
Hey good job on this challenge! Wrap everything in your body in
<main>
... OR use semantic tags! .... you can also giverole=""
to the direct children of your<body>
but that's a little frowned upon... Read more hereHope this helps :)
Marked as helpful1@iamindikaPosted almost 3 years ago@anoshaahmed I'll definitely look at using more of those semantic tags. Ty Anosha!
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