Frontend-Mentor-Social-proof-section HTML & CSS
Design comparison
Solution retrospective
Hello There, I have completed this great challenge, I have learned a lot, I would love to hear suggestions regarding clean code, and other things especially if I have overused the flexbox. Thanks in advance.
Community feedback
- @ChristBMPosted almost 3 years ago
Hi PHOENIXDEV22’S, good job. I review your code and all is ok. You know how is selectors specificity, well I advise you to learn about that :) in advance I tell you that avoid using Tags, IDs and important! And only use classes. When you do that, the navigator spend less time to processing CSS file, for that reason the performance up. Other reason to use only classes is that the classes are easier to read by people.
Marked as helpful1 - @PhoenixDev22Posted almost 3 years ago
Thanks a lot I’ll take your suggestions on board.
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