
Design comparison
SolutionDesign
Community feedback
- @ama-lynPosted 4 months ago
Separation of concerns
Inline styles (or styles placed directly in the <head> section) mix HTML structure with CSS, making the code harder to maintain and scale in larger projects.
It's better to keep your styles in a dedicated stylesheet (like style.css in this case), which keeps your HTML clean and easier to manage.
Move the styles for
.attribution
into the external CSS file (style.css)Marked as helpful1
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