
Design comparison
Solution retrospective
I'd like to receive any kind of critics or review about any aspect of my solution, especially regarding semantic part. P.S. I have finished learning html and css theoretically and started studying practically recently.
Community feedback
- @ehsanidevPosted 9 days ago
Structure & Semantics: Your HTML is well-structured with proper use of semantic tags like <article>, <header>, and <footer>, enhancing accessibility and readability. Styling & Design: The CSS is clean and modular, with variables for colors and responsive design using media queries. The card design is visually appealing with a nice box-shadow effect. Responsiveness: The media query for smaller screens ensures the card adapts well, but consider testing on more devices for consistency. Improvement: Avoid using @import for fonts; directly include the @font-face rules in your main CSS file for better performance and reliability.
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