Submitted over 2 years ago
Responsive component with MediaQuerry, HTML, CSS and FlexBox
@IFafaa
Design comparison
SolutionDesign
Solution retrospective
Feedback welcome!!! :D
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey!
- I suggest you put the status of the profile card into the
list item
to add moresemantics
to your project,Div
's don't do much for semantics but a list is much more meaningful..:
<ul class="stats"> <li><span class="stats-num">80K</span>Followers</li> <li><span class="stats-num">803K</span>Likes</li> <li><span class="stats-num"> 1.4K</span>Photos</li> </ul>
Hope this help!👍
Marked as helpful1@IFafaaPosted over 2 years agoHii @Bayoumi-dev !! Thank u so much, I didn't think of that!
0 - I suggest you put the status of the profile card into the
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