
Please log in to post a comment
Log in with GitHubCommunity feedback
- @miljkovic5
Super clean and modern solution! You're using
@layer
,:root
variables,clamp()
for heading sizes, logical properties, and a well-organized utility structure — amazing work!Only one small suggestion:
Instead of using media queries for .blog-post width, you can simplify with:
width: clamp(327px, 90vw, 384px);
This keeps the layout responsive without extra breakpoints.
Excellent job — professional-grade work! 💪🚀
Marked as helpful - @fabianRivero
The design looks the same and the code is easy to understand, great job!
Marked as helpful - @ylmzhnf
Great job! Your Blog Preview Card looks clean and matches the design perfectly. The responsive layout works well. Keep it up!
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