
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@teempe
The project is well-executed and visually accurate. The HTML and CSS code is generally clean and correct, though it could benefit from minor semantic and technical improvements to fully align with front-end best practices:
- Use semantic tags – Replace
#header
with an<h2>
and#published
with a<time datetime="2023-12-21">
element. - Prefer class selectors over IDs – Especially for styling reusable components.
- Review the
grid-template-rows
rule – The current value appears to be invalid or unnecessary.
The layout and styling are very well done — great job!
Marked as helpful - Use semantic tags – Replace
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