Design comparison
Solution retrospective
Any feedback is highly appreciated.
Community feedback
- @grace-snowPosted almost 4 years ago
This looks nice, good job! I particularly like the clean css and use of combinators for margin - did you get that snippet off Andy Bell / Heydon Pickering? It's a firm favourite of mine 👍
Viewing on mobile I'm getting a lot of vertical scroll at the moment, but I couldn't see an obvious reason for that in the css.
Two things I would recommend changing in this, but both very small:
-
Alt text needs to be more meaningful, like the guys name
-
The following html tags don't make sense for the content within them. Think about whether you would understand what content to expect under a heading that just read "80k" in a contents page. It can't make sense on its own
// swap this <h4 class="title">80K</h4> <p class="subtitle">Followers</p> // For this <p> <span class="title">80K</span> <span class="subtitle">Followers</span> </p>
I hope this all helps, keep on coding
1@jbbenavidesrPosted almost 4 years agoThank you very much! I'll take it into account.
And yes, I did get the flow from Andy Bell. I really enjoy to read what he has to say about css.
0 -
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