Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome.
Community feedback
- @Durban86Posted over 1 year ago
Definitely use an external stylesheet and link to it in the head of the HTML document instead of writing it with your HTML like this
<link rel="stylesheet" href="style.css">
It will make things easier and more organized.
1
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