Shashree Samuel• 9,260
@shashreesamuel
Posted
Good job completing this challenge
Keep up the good work
Your solution looks great however I have some feedback
-
The card is missing a subtle box-shadow using
box-shadow
-
The card description is supposed to wrap after the word "to", you can achieve this by having some padding on the right using
padding-right
.
Lets talk about your accessibility issues
- Document should have one main landmark, this is caused by the document unable to identify the main content of the document hence simply wrap all the tags between your body element within the semantic main tag which will indicate that a main content exists. This should resolve the rest of accessibility issues
Cheers
Marked as helpful
1