Responsive Blog Card using HTML5 & CSS3

Solution retrospective
Found and Practiced some new Tricks of CSS Like 2 line code for centering the content using grid system, Display:grid; place-content:center;
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NKoshmak
While your code is well-organized and functional, there are areas which could be improved: you have an inline for the attribution section. While this isn’t a major issue for small projects, for maintainability and performance, it’s better to keep all styles in the external style.css file.
Marked as helpful
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