Responsive result component summary

Please log in to post a comment
Log in with GitHubCommunity feedback
- @devaramnye
You can center your project for desktop device by selecting your body and giving those properties:
body { display: flex; min-height: 100vh; justify-content: center; align-items: center; }
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