Profile card component - Solution

Solution retrospective
Hello again! Here is my solution to challenge the profile card component, please take a look and any feedback is welcome! Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @gfunk77
Nice job on your solution. It looks great.
-
remember that block level elements like divs have a default width of 100% so .top doesn’t need a width of 100%.
-
underneath .stats you have followers, likes, and photos. These all have the same exact styles so perhaps you can try using the same class for each of those and then style it once in the css. That will streamline your code.
I hope this is helpful. Great job once again.
Marked as helpful -
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