Design comparison
SolutionDesign
Community feedback
- @dev-romePosted 8 months ago
Responsive Design: Add styling inside your media query to improve the layout on different screen sizes. Accessibility: Ensure the alt attribute of the <img> tag is descriptive for screen reader users. Semantic HTML: Use more semantic elements (<section>, <article>) for better structure and accessibility. CSS Naming: Consider using English for class names (e.g., container, card, image-container) for broader understanding. Code Comments: Adding comments can help clarify the purpose of certain styles or elements. Great job so far, and keep exploring more ways to refine your work!
Marked as helpful0
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