
Solution retrospective
Hello everyone, it is my first time uploading a project, I hope to learn a lot from your comments!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @xsrpm
You can separate the css code by target, it is a good practice.
<link rel = "stylesheet" href = "style.css" /> <link rel = "stylesheet" href = "desktop.css" media = "screen and (min-width: 1440px)" /> You can check the uploads of others to review where to improve.Marked as helpful
Join 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