Design comparison
Solution retrospective
plz give your feedback, just your simple feedback can help me a lot 🙂🙂🙂🙂🙂
Community feedback
- @PhoenixDev22Posted almost 3 years ago
Hello PRANAV , I have some suggestions:
-
Numbers don't make sense as
h1
s. -
The number and word have to be read together to make sense so need to be in the same meaningful element (list item) . so only a
<span>
or maybe<strong>
tag needs to wrap the numbers. .And the words like companies should not be in paragraph tags. They don't need to be wrapped in anything as they are already inside a meaningful element (list item) -
Don't capitalise in html, let css text transform take care of that. Remember screen readers won't be able to Read capitalised text as they will often read them letter by letter thinking they are acronyms.
-
You can apply
border radius
andoverflow hidden
to the component(.Content
). -
Your solution isn't responsive.
Hopefully this feedback helps.
Marked as helpful0 -
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