REST Countries API built with React & styled-components
Design comparison
Solution retrospective
Any feed back would be great :)
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey AliNaderii, good job completing this challenge. Keep up the good work
Your solution looks good however I think your box-shadow needs to be a bit more subtle
In terms of your validation errors
-
The type attribute for the style element is not needed and should be omitted
-
Unknown pseudo-element or pseudo-class
:host
. -
too few values for the property
transform
. -
Attribute
mode
not allowed on element nav at this point. -
Attribute
mode
not allowed on element main at this point. -
Attribute
mode
not allowed on element div at this point. -
Bad value
/details/American Samoa
for attributehref
on element a: Illegal character in path segment: space is not allowed.
I hope this helps
Cheers Happy coding š
0@AliNaderiiPosted over 2 years ago@TheCoderGuru Hey there :) thanks for your comment :) I'm working on the validation errors but I don't fully understand what it means by "Attribute mode not allowed on element div at this point" could you please explain it for me? I'd appreciate it.
0@shashreesamuelPosted over 2 years agoAliNaderii "Attribute mode not allowed on element div at this point" means that their is no
mode
attribute for thediv
element. I recommend reading up on the div element attributes to ensure that you are using the correct attribute.I hope this helps
Cheers Happy coding š
Marked as helpful1 -
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