Design comparison
Solution retrospective
Hello Mentors,
Thank you for taking the time to review my project. Please feel free to make any comments and suggestions. All feedback is welcome.
Cheers!
Community feedback
- @shashreesamuelPosted over 2 years ago
Good job with this challenge kennbach. Keep up the good work.
Lets just discuss your accessibility issue
- The value for your
id
attribute must be unique hence you can only mention it once within an element.
In terms of your validation errors.
-
The css
transform
property requires more fields than you have specified. -
Their is no pseudo-element with the name
:root
I hope this helps
Cheers, Happy coding š
0@kennbachPosted over 2 years ago@TheCoderGuru
Funny, the id error is not my error. There is only one id of "nav-header". The reporting tool made the mistake and counted "nav-header__triangle" as a match when it is not.
The other issue is actually in the FontAwesome css, not my own. However, my error was having the font awesome link left in the code when I didn't use it.
Thanks for looking at my project.
1 - The value for your
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