Design comparison
SolutionDesign
Community feedback
- @KapteynUniversePosted 2 months ago
Hey,
Avoid using id selectors for styling in CSS because they are too specific and hard to override, making your styles less flexible and maintainable. Instead, use class selectors (.), which are reusable and more manageable, allowing for better control over your styles and easier updates.
0@1NonsoPosted 2 months ago@KapteynUniverse, Thank you for your comment I'll be sure to make the necessary changes
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