Design comparison
SolutionDesign
Community feedback
- @ivanorsolic95Posted 5 months ago
I would suggest to remove color variables into separate CSS file, and then import this file to the main CSS file.
ul { list-style: none; }
Instead of using type selector, give this<ul>
a class, then use this class to style the list.Marked as helpful0
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