Design comparison
SolutionDesign
Solution retrospective
Hi Front-end mentor community!
Finished the social proof section project on frontendmentor.io, I would really appreciate and love if I can get some feedback from the community concerning my flaws and strengths.
Community feedback
- @isprutfromuaPosted over 2 years ago
Hi there. You did a good job 😎
keep improving your programming skills🛠️
your solution looks great, however, if you want to improve it, you can fix these points:
- @import prevents parallel downloads, use <link> instead.
2. @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;700&display=swap');
- Background image 'images/bg-pattern-top-desktop.svg' was used multiple times
169. background: url(images/bg-pattern-top-desktop.svg) left -90px top -90px no-repeat,
- The universal selector (*) is known to be slow.
190. .brand-users__details>*:last-child>*:nth-child(2){ 193. .brand-users__details>*:last-child>*:last-child{ 203. .card-container > *{
- Use of !important
197. width: 100% !important;
I hope my feedback will be helpful. You can mark it as useful if so 👍
Good luck and fun coding 🤝⌨️
Marked as helpful1@isprutfromuaPosted over 2 years ago@olisa187 you welcome Cheers, peace, and happy coding
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