blog-preview-card-figma

Please log in to post a comment
Log in with GitHubCommunity feedback
- @NathanRayM
Great work on completing this challenge — your design looks excellent. I have one suggestion that may help enhance the final result. Your layout closely matches the original design, but it is not centered on the X and Y axis of the page. Below is an example of how to achieve this.
body{ display: flex; justify-content: center; align-items: center; min-height: 100vh; }
Keep up the great work!
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