Design comparison
Solution retrospective
Your comment with what I should improve helps me a lot, thanks in advance
Community feedback
- @MelvinAguilarPosted over 1 year ago
Hello there ๐. Good job on completing the challenge !
I have one more suggestion about your code that might interest you.
-
Avoid repeating
__
if you are using BEM naming convention because only one block name is allowed, For example, the class name.container__summary__title
contains the block namecontainer
andcontainer__summary
. Instead, you can usecontainer__title
orcontainer__summary-title
.You can see an example of this error here: BEM Quick start - Nesting
I hope you find it useful! ๐
Happy coding!
Marked as helpful1 -
- @Finney06Posted over 1 year ago
Hello there ๐. Good job on completing the challenge !
Here are some suggestions regarding your code that may be of interest to you.
HTML ๐ท๏ธ:
To clear the Accessibility report:
- Starting with
<h1>
and working your way down the heading levels (<h2>
,<h3>
, etc.) helps ensure that your document has a clear and consistent hierarchy.
I hope you find it helpful!๐ Above all, the solution you submitted is ๐. ๐Happy coding!
Marked as helpful1 - Starting with
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