Submitted about 16 hours ago
Results Summary Component using Html and Tailwinds
@MarceCeru
Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted about 15 hours ago
Congratulations looks good. Just one tip
- The content is not centered on the page. You can fix this by adding this on the body.
body { margin: 0; /* 1 */ line-height: inherit; /* 2 */ /* add these lines on the body */ min-height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; }
I hope you find this helpful. Keep it up ππ
0
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