Design comparison
Solution retrospective
Please check out my work and rate it
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 follow these steps:
✅ I can set multiples options. Please fix it
✅ Disallow css fonts @import. CSS font @import prevents parallel downloads, use <link> instead.
✅ You should use css variables. They can be useful for reducing repetition in CSS, and also for powerful runtime effects
✅ You Need to Stop Targeting Tags in CSS. When you add CSS directly on tags, your markup can’t change. Your style is tightly coupled to your DOM, and any change increases the risk of breaking things.
I hope my feedback will be helpful. You can mark it as useful if so 👍 it is not difficult for you, but I understand that my efforts have been appreciated
Good luck and fun coding 🤝⌨️
0@EmmanuelOludarePosted over 2 years ago@isprutfromua thanks i really appreciate
0@isprutfromuaPosted over 2 years ago@Michaelhybrid I'm glad that my comment was helpful to you.
You can also contact me if you have any questions
Cheers
0@EmmanuelOludarePosted over 2 years ago@isprutfromua can we work on projects together
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