Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive profile card using taiwind css and flexbox

@M-its

Desktop design screenshot for the Profile card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


There is something else I can do to improve accessibility?

Community feedback

@Mennatallah-Hisham

Posted

Hi, you did a good job

Some little tips to improve your code:

  1. add meta description for better SEO check::https://moz.com/learn/seo/meta-description
  2. you shouldn't skip heading levels
  3. use <p> instead of <h3> and <h4>
  4. you can use labeled-by to define a name/relation between the number and their titles for screen readers
 <p
class="font-bold text-lg text-very-dark-desaturated-blue"
  aria-labelledby="title"
  >
                        803K
  </p>
 <p
 class="text-[11px] text-dark-grayish-blue tracking-widest"
id="title"
  >
                        Likes
 </p>

Hope this helps 😉 and Happy coding!

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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